Class TFireGridBandedTableColumn

Unit

Declaration

type TFireGridBandedTableColumn = class(TFireGridTableColumn)

Description

No description available, ancestor TFireGridTableColumn description follows
No description available, ancestor TFireGridTableColumnBase description follows
No description available, ancestor TFireGridColumnBase description follows

Hierarchy

Overview

Methods

Protected function CreateDragDropColumnObject(const Point: TPoint; Graphic: TFireGraphicPrimitive): TFireGridTableDragColumnObject; override;
Public constructor Create(View: TFireGridBandedTableView; ModelColumn: Integer; const Caption: String);
Public destructor Destroy; override;
Public function GetBandIndex: Integer;
Public procedure SetBandIndex(Index: Integer);
Public function GetRowIndex: Integer;
Public procedure SetRowIndex(Index: Integer);
Public function GetRowSpan: Integer;
Public procedure SetRowSpan(Span: Integer);
Public function GetParentBand: TFireGridTableBand;
Public function isDescendant(Band: TFireGridTableBand): Boolean;
Public function IsVerSizingEnabled: Boolean;
Public procedure SetVerSizingEnabled(Enabled: Boolean);

Properties

Public property RowIndex: Integer read GetRowIndex write SetRowIndex;
Public property BandIndex: Integer read GetBandIndex write SetBandIndex;
Public property RowSpan: Integer read GetRowSpan write SetRowSpan;

Description

Methods

Protected function CreateDragDropColumnObject(const Point: TPoint; Graphic: TFireGraphicPrimitive): TFireGridTableDragColumnObject; override;
 
Public constructor Create(View: TFireGridBandedTableView; ModelColumn: Integer; const Caption: String);
 
Public destructor Destroy; override;
 
Public function GetBandIndex: Integer;
 
Public procedure SetBandIndex(Index: Integer);
 
Public function GetRowIndex: Integer;
 
Public procedure SetRowIndex(Index: Integer);
 
Public function GetRowSpan: Integer;
 
Public procedure SetRowSpan(Span: Integer);
 
Public function GetParentBand: TFireGridTableBand;
 
Public function isDescendant(Band: TFireGridTableBand): Boolean;
 
Public function IsVerSizingEnabled: Boolean;
 
Public procedure SetVerSizingEnabled(Enabled: Boolean);
 

Properties

Public property RowIndex: Integer read GetRowIndex write SetRowIndex;
 
Public property BandIndex: Integer read GetBandIndex write SetBandIndex;
 
Public property RowSpan: Integer read GetRowSpan write SetRowSpan;
 

Generated by PasDoc 0.15.0.