ListNewPage.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 sPage STRING(80) Name of the page
ListNewPage.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdNewPage
ListNewPage.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListNewFrame.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListNewLogin (FB) ¶ FUNCTION_BLOCK ListNewLogin List to store the data of new login to send to slave Properties: Active List Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method)
ListNewLogin.Active (PROP) ¶ PROPERTY Active : INT
ListNewLogin.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).
ListNewLogin.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 pStrDataLogin POINTER TO StructDataLogin Login data
ListNewLogin.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdNewLogin
ListVisuClient.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructVisuClient InOut: Scope Name Type Return GetFirstItem POINTER TO StructVisuClient Input pIterator POINTER TO INT