ListValueChanged.Remove (METH) ¶ METHOD Remove It removes an item from the list InOut: Scope Name Type Comment Input uiID UINT The entry ID
ListValueChanged.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListRemoveClient (FB) ¶ FUNCTION_BLOCK ListRemoveClient 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)
ListRemoveClient.Active (PROP) ¶ PROPERTY Active : INT
ListRemoveClient.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).
ListRemoveClient.Insert (METH) ¶ METHOD Insert It inserts an item in the list InOut: Scope Name Type Comment Input dwExternId DWORD External ID
ListRemoveClient.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdRemoveClient
ListRemoveClient.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListValueChanged (FB) ¶ FUNCTION_BLOCK ListValueChanged List to store the data of value changed in variables InOut: Scope Name Type Initial Input Const INVALID_ID UINT 0 Properties: Active Methods: FB_exit GetFirstItem GetNextItem Insert Remove RemoveAll Structure: Active (Property) FB_exit (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) Remove (Method) RemoveAll (Method)
ListNewClient.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list