TiVCLComponent.OPCRemoveAllItems
TiVCLComponent See Also
Used to remove all OPC Items added to the component.
procedure OPCRemoveAllItems();
Description
Use the OPCRemoveAllItems procedure to remove all OPC Items added to the
component using the OPCAddItem method or the built-in property editor.
Example
Delphi
iComponent.OPCRemoveAllItems;
C++ Builder
iComponent->OPCRemoveAllItems();
Contents | Index | Previous | Next