TSigmaCustomFieldDefinitions Class

Represents type TSigmaCustomFieldDefinitions.

Namespace: Sigma.Document
TObject
  Sigma.Document.TSigmaCustomFieldDefinitions
type
 TSigmaCustomFieldDefinitions = class sealed(TObject)
 end;

The TSigmaCustomFieldDefinitions type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add(String,String,String)

Represents method Add(String,String,String).

AddOrUpdate(String,String,String)

Represents method AddOrUpdate(String,String,String).

FindByID(String)

Represents method FindByID(String).

GetCount

Represents method GetCount.

GetItem(Integer)

Represents method GetItem(Integer).

IndexOf(String)

Overloaded. Represents method IndexOf(String).

IndexOf(TSigmaCustomFieldDefinition)

Overloaded. Represents method IndexOf(TSigmaCustomFieldDefinition).

Top