ListNewClient.Size (PROP) ¶ PROPERTY Size : DINT
ListNewFrame (FB) ¶ FUNCTION_BLOCK ListNewFrame List to store the data of new frame to send to slave Properties: Active List Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method)
ListNewFrame.Active (PROP) ¶ PROPERTY Active : INT
ListNewFrame.FB_exit (METH) ¶ METHOD FB_exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
ListNewFrame.Insert (METH) ¶ METHOD Insert It inserts an item in the list InOut: Scope Name Type Comment Input ClientType Visu_ClientType Client type dwExternId DWORD External ID iFrame INT Frame index iSelected INT Page selected into frame sPageFr STRING Page name, where the frame belongs to sPageDisp STRING Page name actually displayed
ListNewFrame.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdNewFrame
ListNewLogin.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListNewPage (FB) ¶ FUNCTION_BLOCK ListNewPage List to store the data of new page to send to slave Properties: Active List Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method)
ListNewPage.Active (PROP) ¶ PROPERTY Active : INT
ListNewPage.FB_exit (METH) ¶ METHOD FB_exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).