Record TFireGridRow
Unit
Declaration
type TFireGridRow = record
Description
Overview
Methods
![]() |
function GetType: TFireGridRowType; |
![]() |
function GetDepth: Integer; |
![]() |
function GetRowIndex: Integer; |
![]() |
function GetModelRowIndex: Integer; |
![]() |
function GetParentGroupRow: PFireGridRow; |
![]() |
function GetModelGroup: PFireGridModelGroup; |
![]() |
function IsLast: Boolean; |
![]() |
function IsExpanded: Boolean; |
![]() |
procedure SetExpanded(Expanded: Boolean); |
![]() |
function GetGroupColumn: Integer; |
![]() |
function IsFrozen: Boolean; |
![]() |
procedure SetFrozen(Frozen: Boolean); |
![]() |
function GetFrozenPlace: TFireGridRowFrozenPlace; |
![]() |
function GetCell(Index: Integer): TFireGridCell; |
![]() |
function GetGroupValue(out RetVal: Variant): Boolean; |
![]() |
function GetController: TFireGridModelController; |
Properties
![]() |
property YPos: Integer read FYpos write FYpos; |
Description
Methods
![]() |
function GetType: TFireGridRowType; |
![]() |
function GetDepth: Integer; |
![]() |
function GetRowIndex: Integer; |
![]() |
function GetModelRowIndex: Integer; |
![]() |
function GetParentGroupRow: PFireGridRow; |
![]() |
function GetModelGroup: PFireGridModelGroup; |
![]() |
function IsLast: Boolean; |
![]() |
function IsExpanded: Boolean; |
![]() |
procedure SetExpanded(Expanded: Boolean); |
![]() |
function GetGroupColumn: Integer; |
![]() |
function IsFrozen: Boolean; |
![]() |
procedure SetFrozen(Frozen: Boolean); |
![]() |
function GetFrozenPlace: TFireGridRowFrozenPlace; |
![]() |
function GetCell(Index: Integer): TFireGridCell; |
![]() |
function GetGroupValue(out RetVal: Variant): Boolean; |
![]() |
function GetController: TFireGridModelController; |
Properties
![]() |
property YPos: Integer read FYpos write FYpos; |
Generated by PasDoc 0.15.0.