Description
Defines global functions specific to AcFd classes.
Functions
Function | Description |
---|---|
![]() | Extracts object property field components from the specified field object. The pszPropName pointer is dynamically allocated and the caller is responsible for releasing it using acutDelString().Returns true if at least one data component was extracted. Returns false if no data was found. |
![]() | Extracts sheet set components from the specified field object.All output argument pointers are dynamically allocated. The caller is responsible for releasing them using acutDelString().Returns true if at least one data component was extracted. Returns false if no data was found. |
![]() | Returns the pointer to the singleton field manager object. |
![]() | Displays the field dialog as a modal dialog. This dialog can be used to create a new field or edit an existing field.If the dialog is invoked to create a new field, when the function returns IDOK, the new field will be set in pNewField. The caller is responsible for deleting the returned field or adding it to the database.If the dialog is invoked to edit an existing field, pass the field to edit in the pNewField argument and set the second argument to true. When the function returns IDOK, pNewField contains the edited field... more |
Topics
Topic | Description |
---|---|
AcFdMakeFieldCode |