The CADPROC type is a procedural type that allows the user to treat the callback function as a value that can be passed to the CADEnum function.
Syntax
Delphi:
procedure MyMethod(
Data: PcadData;
var Param
); stdcall;
Visual C++:
void CALLBACK MyMethod(
LPCADDATA Data,
LPARAM Param
)
Parameters
Data |
Structure with the entity data. |
Param |
Points to the optional callback-function data. |
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL