Class TTagCollectionItem
Unit
Declaration
type TTagCollectionItem = class(TCollectionItem, IUnknown)
Description
Class of a tag collection item.
:
Hierarchy
- TCollectionItem
- TTagCollectionItem
Overview
Methods
procedure NotifyChange; |
|
function GetDisplayName: AnsiString; override; |
|
procedure Loaded; |
Properties
property PLCTag: TPLCTag read FTag write SetTag; |
Description
Methods
procedure NotifyChange; |
|
: Notifies the collection when a value a collection item changes. |
function GetDisplayName: AnsiString; override; |
|
: Returns the tag collection item description. |
procedure Loaded; |
|
: The collection will call this method to notify the collection item when everything is fully loaded. |
Properties
property PLCTag: TPLCTag read FTag write SetTag; |
|
: Tag of collection. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.