TSigmaProjectPropertySet Class

Represents type TSigmaProjectPropertySet.

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

The TSigmaProjectPropertySet type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Description

Represents property Description.

DisplayName

Represents property DisplayName.

Hidden

Represents property Hidden.

Internal

Represents property Internal.

Items[String]

Represents property Items[String].

Name

Represents property Name.

ReadOnly

Represents property ReadOnly.

Values[String]

Represents property Values[String].

Top
Show:
 NameDescription
Add(String)

Represents method Add(String).

Clear

Represents method Clear.

FindByName(String)

Represents method FindByName(String).

GetCount

Represents method GetCount.

GetDescription

Represents method GetDescription.

GetDisplayName

Represents method GetDisplayName.

GetHidden

Represents method GetHidden.

GetInternal

Represents method GetInternal.

GetItem(String)

Represents method GetItem(String).

GetName

Represents method GetName.

GetReadOnly

Represents method GetReadOnly.

GetValue(String)

Represents method GetValue(String).

SetHidden(Boolean)

Represents method SetHidden(Boolean).

SetInternal(Boolean)

Represents method SetInternal(Boolean).

Top