Description | Hierarchy | Fields | Methods | Properties |
type TCustomRowOrColumn = class(TCollectionItem)
TCustomRowOrColumn
is the abstract ancestor of TRbwColumn4 and TRbwRow.
![]() |
FAutoAdjustRowHeights: boolean; |
![]() |
FButtonCaption: string; |
![]() |
FButtonFont: TFont; |
![]() |
FButtonUsed: boolean; |
![]() |
FButtonWidth: integer; |
![]() |
FCaptionAlignment: TAlignment; |
![]() |
FCellAlignment: TAlignment; |
![]() |
FCheckMax: boolean; |
![]() |
FCheckMin: boolean; |
![]() |
FFormat: TRbwColumnFormat4; |
![]() |
FLimitToList: Boolean; |
![]() |
FMax: extended; |
![]() |
FMaxLength: Integer; |
![]() |
FMin: extended; |
![]() |
FParentButtonFont: boolean; |
![]() |
FPickList: TStrings; |
![]() |
FWordWrapCaptions: boolean; |
![]() |
FWordWrapCells: boolean; |
![]() |
FComboUsed: boolean; |
![]() |
Procedure CheckCell(const ACol, ARow : integer); |
![]() |
function GetButtonFont: TFont; |
![]() |
procedure SetAutoAdjustRowHeights(const Value: boolean); |
![]() |
procedure SetButtonCaption(const Value: string); |
![]() |
procedure SetButtonFont(const Value: TFont); |
![]() |
procedure SetButtonUsed(const Value: boolean); |
![]() |
procedure SetButtonWidth(const Value: integer); |
![]() |
procedure SetCaptionAlignment(const Value: TAlignment); |
![]() |
procedure SetCellAlignment(const Value: TAlignment); |
![]() |
procedure SetCheckMax(const Value: boolean); |
![]() |
procedure SetCheckMin(const Value: boolean); |
![]() |
procedure SetComboUsed(const Value: boolean); |
![]() |
procedure SetFormat(const Value: TRbwColumnFormat4); |
![]() |
procedure SetMax(const Value: extended); |
![]() |
procedure SetMin(const Value: extended); |
![]() |
procedure SetParentButtonFont(const Value: boolean); |
![]() |
procedure SetPickList(const Value: TStrings); |
![]() |
procedure SetWordWrapCaptions(const Value: boolean); |
![]() |
procedure SetWordWrapCells(const Value: boolean); |
![]() |
function GetCaseSensitivePicklist: boolean; |
![]() |
procedure SetCaseSensitivePicklist(const Value: boolean); |
![]() |
procedure CheckRange; virtual; abstract; |
![]() |
function CollectionItemPosition: integer; virtual; abstract; |
![]() |
function GetGrid: TCustomRbwDataGrid; virtual; abstract; |
![]() |
function SelectedRowOrColumn: integer; virtual; abstract; |
![]() |
procedure SetGridRowOrColumnCount(const Value: integer); virtual; abstract; |
![]() |
procedure CheckACell(const ACol, ARow: integer; LocalCheckMax, LocalCheckMin: Boolean; LocalMax, LocalMin: extended); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
FAutoAdjustRowHeights: boolean; |
See AutoAdjustRowHeights. |
![]() |
FButtonCaption: string; |
See ButtonCaption. |
![]() |
FButtonFont: TFont; |
See ButtonFont. |
![]() |
FButtonUsed: boolean; |
See ButtonUsed. |
![]() |
FButtonWidth: integer; |
See ButtonWidth. |
![]() |
FCaptionAlignment: TAlignment; |
See CaptionAlignment. |
![]() |
FCellAlignment: TAlignment; |
See CellAlignment. |
![]() |
FCheckMax: boolean; |
See CheckMax. |
![]() |
FCheckMin: boolean; |
See CheckMin. |
![]() |
FFormat: TRbwColumnFormat4; |
See Format. |
![]() |
FLimitToList: Boolean; |
See LimitToList. |
![]() |
FMax: extended; |
See Max. |
![]() |
FMaxLength: Integer; |
See MaxLength. |
![]() |
FMin: extended; |
See Min. |
![]() |
FParentButtonFont: boolean; |
See ParentButtonFont. |
![]() |
FPickList: TStrings; |
See PickList. |
![]() |
FWordWrapCaptions: boolean; |
See WordWrapCaptions. |
![]() |
FWordWrapCells: boolean; |
See WordWrapCells. |
![]() |
FComboUsed: boolean; |
See ComboUsed. |
![]() |
Procedure CheckCell(const ACol, ARow : integer); |
|
![]() |
function GetButtonFont: TFont; |
|
![]() |
procedure SetAutoAdjustRowHeights(const Value: boolean); |
See AutoAdjustRowHeights. |
![]() |
procedure SetButtonCaption(const Value: string); |
See ButtonCaption. |
![]() |
procedure SetButtonFont(const Value: TFont); |
See ButtonFont. |
![]() |
procedure SetButtonUsed(const Value: boolean); |
See ButtonUsed. |
![]() |
procedure SetButtonWidth(const Value: integer); |
See ButtonWidth. |
![]() |
procedure SetCaptionAlignment(const Value: TAlignment); |
See CaptionAlignment. |
![]() |
procedure SetCellAlignment(const Value: TAlignment); |
See CellAlignment. |
![]() |
procedure SetCheckMax(const Value: boolean); |
See CheckMax. |
![]() |
procedure SetCheckMin(const Value: boolean); |
See CheckMin. |
![]() |
procedure SetComboUsed(const Value: boolean); |
See ComboUsed. |
![]() |
procedure SetFormat(const Value: TRbwColumnFormat4); |
See Format. |
![]() |
procedure SetMax(const Value: extended); |
See Max. |
![]() |
procedure SetMin(const Value: extended); |
See Min. |
![]() |
procedure SetParentButtonFont(const Value: boolean); |
See ParentButtonFont. |
![]() |
procedure SetPickList(const Value: TStrings); |
See PickList. |
![]() |
procedure SetWordWrapCaptions(const Value: boolean); |
See WordWrapCaptions. |
![]() |
procedure SetWordWrapCells(const Value: boolean); |
See WordWrapCells. |
![]() |
function GetCaseSensitivePicklist: boolean; |
![]() |
procedure SetCaseSensitivePicklist(const Value: boolean); |
![]() |
procedure CheckRange; virtual; abstract; |
|
![]() |
function CollectionItemPosition: integer; virtual; abstract; |
|
![]() |
function GetGrid: TCustomRbwDataGrid; virtual; abstract; |
See Grid. |
![]() |
function SelectedRowOrColumn: integer; virtual; abstract; |
|
![]() |
procedure SetGridRowOrColumnCount(const Value: integer); virtual; abstract; |
|
![]() |
procedure CheckACell(const ACol, ARow: integer; LocalCheckMax, LocalCheckMin: Boolean; LocalMax, LocalMin: extended); |
![]() |
constructor Create(Collection: TCollection); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
if Source is a |
![]() |
property Grid: TCustomRbwDataGrid read GetGrid; |
|
![]() |
property AutoAdjustRowHeights: boolean read FAutoAdjustRowHeights write
SetAutoAdjustRowHeights; |
|
![]() |
property ButtonCaption: string read FButtonCaption write SetButtonCaption; |
|
![]() |
property ButtonFont: TFont read GetButtonFont write SetButtonFont; |
|
![]() |
property ButtonUsed: boolean read FButtonUsed write SetButtonUsed; |
|
![]() |
property ButtonWidth: integer read FButtonWidth write SetButtonWidth; |
|
![]() |
property CaptionAlignment: TAlignment read FCaptionAlignment
write SetCaptionAlignment default taCenter; |
In the cells that are captions of a column or row, |
![]() |
property CellAlignment: TAlignment read FCellAlignment
write SetCellAlignment default taLeftJustify; |
In the cells that are NOT captions of a column or row, |
![]() |
property CheckMax : boolean read FCheckMax write SetCheckMax; |
|
![]() |
property CheckMin : boolean read FCheckMin write SetCheckMin; |
|
![]() |
property ComboUsed: boolean read FComboUsed write SetComboUsed; |
|
![]() |
property Format: TRbwColumnFormat4 read FFormat write SetFormat; |
|
![]() |
property LimitToList: Boolean read FLimitToList write FLimitToList; |
|
![]() |
property Max : extended read FMax write SetMax; |
|
![]() |
property MaxLength: Integer read FMaxLength write FMaxLength; |
|
![]() |
property Min : extended read Fmin write SetMin; |
|
![]() |
property ParentButtonFont: boolean read FParentButtonFont
write SetParentButtonFont default True; |
if |
![]() |
property PickList: TStrings read FPickList write SetPickList; |
|
![]() |
property WordWrapCaptions: boolean read FWordWrapCaptions
write SetWordWrapCaptions; |
|
![]() |
property WordWrapCells: boolean read FWordWrapCells write SetWordWrapCells; |
|
![]() |
property CaseSensitivePicklist: boolean read GetCaseSensitivePicklist
write SetCaseSensitivePicklist; |