IModule.Environment (PROP) ¶ PROPERTY Environment : POINTER TO MEnv The environment of the instance. (Used e.g. by the TreeAccess functions.)
IModule.Handle (PROP) ¶ PROPERTY Handle : ModuleHandle Gets an internal handle of the module instance. The handle is set by the initialization code of the application composer and should not be set in any other context. The handle is used internally to identify the module instance inside the module tree. You should never need this handle in any other context.
IModule.ModuleInfo (PROP) ¶ PROPERTY ModuleInfo : POINTER TO ModuleInfo The module info of this module instance.
StandardCalls ¶ CallPrioHighEnd (Method) CallPrioHighStart (Method) CallPrioLowEnd (Method) CallPrioLowStart (Method) CallPrioMediumEnd (Method) CallPrioMediumStart (Method)
IModule.CallPrioHighEnd (METH) ¶ METHOD CallPrioHighEnd : BOOL Called at the end of the high priority task if one is defined. Note : the return value is not used. InOut: Scope Name Type Return CallPrioHighEnd BOOL
IModule.CallPrioHighStart (METH) ¶ METHOD CallPrioHighStart : BOOL Called at the start of the high priority task if one is defined. Note : the return value is not used. InOut: Scope Name Type Return CallPrioHighStart BOOL
IModule.CallPrioLowEnd (METH) ¶ METHOD CallPrioLowEnd : BOOL Called at the end of the low priority task if one is defined. Note : the return value is not used. InOut: Scope Name Type Return CallPrioLowEnd BOOL
IModule.CallPrioLowStart (METH) ¶ METHOD CallPrioLowStart : BOOL Called at the start of the low priority task if one is defined. Note : the return value is not used. InOut: Scope Name Type Return CallPrioLowStart BOOL
Flush (FB; Prefix filfl) ¶ FUNCTION_BLOCK Flush EXTENDS CBM.ETrig Flush write buffer of an opened file to disk. InOut: Scope Name Type Comment Input hFile CAA.HANDLE File handle Output eError ERROR Local library error ID (0: no error; 5101: time out)
GetAttribute (FB) ¶ FUNCTION_BLOCK GetAttribute EXTENDS CBM.ETrig With this function block file attributes can be obtained. InOut: Scope Name Type Comment Input hFile CAA.HANDLE File handle Output eError ERROR Local library error ID (0: no error; 5101: time out) eFileAttrib ATTRIB File attributes, FILE_ARCHIVE, FILE_HIDDEN, FILE_NORMAL, FILE_READONLY