Description | Hierarchy | Fields | Methods | Properties |
type TCellElementSegmentList = class(TObjectList)
TCellElementSegmentList
is a list of the TCellElementSegments of a TScreenObject. Each segment is the 2D intersection of one segment of the TScreenObject with an individual cell or element in the grid.
![]() |
FUpToDate: boolean; |
![]() |
function GetSegment(Index: Integer): TCellElementSegment; |
![]() |
procedure SetSegment(Index: Integer; const Value: TCellElementSegment); |
![]() |
procedure SetUpToDate(const Value: boolean); |
![]() |
function Add(ASegment: TCellElementSegment): Integer; |
![]() |
property UpToDate: boolean read FUpToDate write SetUpToDate; |
![]() |
property Items[Index: Integer]: TCellElementSegment read GetSegment
write SetSegment; |
![]() |
FUpToDate: boolean; |
|
![]() |
function GetSegment(Index: Integer): TCellElementSegment; |
See Items. Parameters
|
![]() |
procedure SetSegment(Index: Integer; const Value: TCellElementSegment); |
See Items. Parameters
|
![]() |
procedure SetUpToDate(const Value: boolean); |
See UpToDate. |
![]() |
function Add(ASegment: TCellElementSegment): Integer; |
Parameters
|
![]() |
property UpToDate: boolean read FUpToDate write SetUpToDate; |
|
![]() |
property Items[Index: Integer]: TCellElementSegment read GetSegment
write SetSegment; |
|