Class hierarchy:
IPCsApplication
IPCsDocument
IPCsPage
IPCsDatafields 
IPCsApplication
IPCsDocument
IPCsPage
IPCsSymbol
IPCsDatafields 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
IPCsDatafields
Properties / Methods:
Add ![]() | Adds a datafield to either a page or a symbol. Parameters needed: TPCsPoint3D , and a empty string . Returns a IPCsDatafield ![]() Syntax:function Add(pt: TPCs3DPoint; const value: WideString): IPCsDatafield; NOTICE: The function Add, should only be used, from a IPCsSymbol or IPCsPage ![]() It does'nt make sence, to call Datafields.Add from a IPCsSelectionArea ![]() |
Item ![]() | Used to access a specific datafield. Parameters needed: an integer. Return type is IPCsDatafield ![]() Syntax:property Item[Index: Integer]: IPCsDatafield |
Count ![]() | Number of datafields |