Record TFireGridRow

Unit

Declaration

type TFireGridRow = record

Description

 

Overview

Methods

Public function GetType: TFireGridRowType;
Public function GetDepth: Integer;
Public function GetRowIndex: Integer;
Public function GetModelRowIndex: Integer;
Public function GetParentGroupRow: PFireGridRow;
Public function GetModelGroup: PFireGridModelGroup;
Public function IsLast: Boolean;
Public function IsExpanded: Boolean;
Public procedure SetExpanded(Expanded: Boolean);
Public function GetGroupColumn: Integer;
Public function IsFrozen: Boolean;
Public procedure SetFrozen(Frozen: Boolean);
Public function GetFrozenPlace: TFireGridRowFrozenPlace;
Public function GetCell(Index: Integer): TFireGridCell;
Public function GetGroupValue(out RetVal: Variant): Boolean;
Public function GetController: TFireGridModelController;

Properties

Public property YPos: Integer read FYpos write FYpos;

Description

Methods

Public function GetType: TFireGridRowType;
 
Public function GetDepth: Integer;
 
Public function GetRowIndex: Integer;
 
Public function GetModelRowIndex: Integer;
 
Public function GetParentGroupRow: PFireGridRow;
 
Public function GetModelGroup: PFireGridModelGroup;
 
Public function IsLast: Boolean;
 
Public function IsExpanded: Boolean;
 
Public procedure SetExpanded(Expanded: Boolean);
 
Public function GetGroupColumn: Integer;
 
Public function IsFrozen: Boolean;
 
Public procedure SetFrozen(Frozen: Boolean);
 
Public function GetFrozenPlace: TFireGridRowFrozenPlace;
 
Public function GetCell(Index: Integer): TFireGridCell;
 
Public function GetGroupValue(out RetVal: Variant): Boolean;
 
Public function GetController: TFireGridModelController;
 

Properties

Public property YPos: Integer read FYpos write FYpos;
 

Generated by PasDoc 0.15.0.