TSigmaInsightViewSetup Class

Represents type TSigmaInsightViewSetup.

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

The TSigmaInsightViewSetup type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TSigmaInsightViewSetup class.

Top
Show:
 NameDescription
Description

Represents property Description.

Top
Show:
 NameDescription
GetDescription

Represents method GetDescription.

LoadFromFile(TSigmaProject,String)

Represents method LoadFromFile(TSigmaProject,String).

LoadFromStream(TSigmaProject,TStream)

Overloaded. Represents method LoadFromStream(TSigmaProject,TStream).

LoadFromStream(TStream)

Overloaded. Represents method LoadFromStream(TStream).

SaveDataToStream(String,TSigmaProject,TStream)

Represents method SaveDataToStream(String,TSigmaProject,TStream).

SaveToFile(String)

Represents method SaveToFile(String).

SaveToStream(TStream)

Represents method SaveToStream(TStream).

SetDescription(String)

Represents method SetDescription(String).

Top