Description | Hierarchy | Fields | Methods | Properties |
type TScreenObjectItem = class(TCollectionItem)
TScreenObjectItem
is used to save or read a TScreenObject.
When saving data to a stream, the data is read from FScreenObject. When reading data from a stream, the data is stored in private fields. It is transferred to a TScreenObject in UpdateScreenObject.
![]() |
FDataSetNames: TStrings; |
![]() |
FDataSetFormulas: TStrings; |
![]() |
FElevationFunction: string; |
![]() |
FHigherElevationFunction: string; |
![]() |
FLowerElevationFunction: string; |
![]() |
FPoints: TPointCollection; |
![]() |
FScreenObject: TScreenObject; |
![]() |
FSelectedVertexCollection: TSelectedVertexCollection; |
![]() |
function GetClassType: string; |
![]() |
function GetDataSetFormulas: TStrings; |
![]() |
function GetDataSetNames: TStrings; |
![]() |
function GetElevationFunction: string; |
![]() |
function GetHigherElevationFunction: string; |
![]() |
function GetLowerElevationFunction: string; |
![]() |
procedure SetClassType(Value: string); |
![]() |
procedure UpdateScreenObject; virtual; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetScreenObject(const Value: TScreenObject); |
![]() |
property ClassTypeName: string read GetClassType write SetClassType; |
![]() |
property Contour: TScreenObject read FScreenObject stored False; |
![]() |
property DataSetNames: TStrings read GetDataSetNames write FDataSetNames; |
![]() |
property DataSetFormulas: TStrings read GetDataSetFormulas write
FDataSetFormulas; |
![]() |
property ElevationFunction: string read GetElevationFunction write
FElevationFunction; |
![]() |
property HigherElevationFunction: string read GetHigherElevationFunction
write FHigherElevationFunction; |
![]() |
property LowerElevationFunction: string read GetLowerElevationFunction
write FLowerElevationFunction; |
![]() |
property Points: TPointCollection read FPoints write FPoints; |
![]() |
property ScreenObject: TScreenObject read FScreenObject; |
![]() |
property SelectedVertices: TSelectedVertexCollection
read FSelectedVertexCollection write FSelectedVertexCollection; |
![]() |
property SelectedNodes: TSelectedVertexCollection
read FSelectedVertexCollection write FSelectedVertexCollection stored False; |
![]() |
FDataSetNames: TStrings; |
|
![]() |
FDataSetFormulas: TStrings; |
|
![]() |
FElevationFunction: string; |
|
![]() |
FHigherElevationFunction: string; |
|
![]() |
FLowerElevationFunction: string; |
|
![]() |
FPoints: TPointCollection; |
|
![]() |
FScreenObject: TScreenObject; |
|
![]() |
FSelectedVertexCollection: TSelectedVertexCollection; |
|
![]() |
function GetClassType: string; |
See ClassTypeName. |
![]() |
function GetDataSetFormulas: TStrings; |
See DataSetFormulas. |
![]() |
function GetDataSetNames: TStrings; |
See DataSetNames. |
![]() |
function GetElevationFunction: string; |
See ElevationFunction. |
![]() |
function GetHigherElevationFunction: string; |
![]() |
function GetLowerElevationFunction: string; |
![]() |
procedure SetClassType(Value: string); |
See ClassTypeName. |
![]() |
procedure UpdateScreenObject; virtual; |
|
![]() |
constructor Create(Collection: TCollection); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure SetScreenObject(const Value: TScreenObject); |
see ScreenObject. |
![]() |
property ClassTypeName: string read GetClassType write SetClassType; |
|
![]() |
property Contour: TScreenObject read FScreenObject stored False; |
|
![]() |
property DataSetNames: TStrings read GetDataSetNames write FDataSetNames; |
|
![]() |
property DataSetFormulas: TStrings read GetDataSetFormulas write
FDataSetFormulas; |
|
![]() |
property ElevationFunction: string read GetElevationFunction write
FElevationFunction; |
|
![]() |
property HigherElevationFunction: string read GetHigherElevationFunction
write FHigherElevationFunction; |
|
![]() |
property LowerElevationFunction: string read GetLowerElevationFunction
write FLowerElevationFunction; |
|
![]() |
property Points: TPointCollection read FPoints write FPoints; |
|
![]() |
property ScreenObject: TScreenObject read FScreenObject; |
|
![]() |
property SelectedVertices: TSelectedVertexCollection
read FSelectedVertexCollection write FSelectedVertexCollection; |
|
![]() |
property SelectedNodes: TSelectedVertexCollection
read FSelectedVertexCollection write FSelectedVertexCollection stored False; |
|