type TIFPSRegProc = class(TObject)
![]() |
property Decl: string; |
![]() |
property ExportName: Boolean; |
![]() |
property ImportDecl: string; |
![]() |
property Name: string; |
![]() |
property NameHash: Longint; |
![]() |
property Decl: string; |
The header of this function the procedure header format, see TIFPSInternalProcedure
![]() |
property ExportName: Boolean; |
When set to true, the script engine stores the name of this function if ImportDecl is not '' and it's used
![]() |
property ImportDecl: string; |
information that is needed for this function to import it, used for the classes library and dll library.
![]() |
property Name: string; |
The actual name of this function
![]() |
property NameHash: Longint; |
A hash of the name of this function