| Description | Hierarchy | Fields | Methods | Properties |
type TRbwColumn = class(TCustomRowOrColumn)
TRbwColumn defines how the behavior of a column in a TRbwDataGrid.
![]() |
FAutoAdjustColWidths: boolean; |
![]() |
FAutoAdjustRowHeights: boolean; |
![]() |
FWordWrapCaptions: boolean; |
![]() |
FWordWrapCells: boolean; |
![]() |
procedure AdjustColWidths; |
![]() |
procedure SetAutoAdjustColWidths(const Value: boolean); |
![]() |
procedure SetWordWrapCaptions(const Value: boolean); |
![]() |
procedure SetAutoAdjustRowHeights(const Value: boolean); |
![]() |
procedure SetWordWrapCells(const Value: boolean); |
![]() |
procedure CheckRange; override; |
![]() |
function GetGrid: TCustomRBWDataGrid; override; |
![]() |
procedure PickListChange(Sender: TObject); override; |
![]() |
procedure SetGridCount(const Value: integer); override; |
![]() |
procedure SetPickList(const Value: TStrings); override; |
![]() |
function SelectedRowOrColumn: integer; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property AutoAdjustColWidths: boolean read FAutoAdjustColWidths
write SetAutoAdjustColWidths; |
![]() |
property AutoAdjustRowHeights: boolean read FAutoAdjustRowHeights
write SetAutoAdjustRowHeights; |
![]() |
property WordWrapCaptions: boolean read FWordWrapCaptions
write SetWordWrapCaptions; |
![]() |
property WordWrapCells: boolean read FWordWrapCells
write SetWordWrapCells; |
![]() |
FAutoAdjustColWidths: boolean; |
|
| |
![]() |
FAutoAdjustRowHeights: boolean; |
|
| |
![]() |
FWordWrapCaptions: boolean; |
|
See WordWrapCaptions | |
![]() |
FWordWrapCells: boolean; |
|
See WordWrapCells | |
![]() |
procedure AdjustColWidths; |
|
| |
![]() |
procedure SetAutoAdjustColWidths(const Value: boolean); |
![]() |
procedure SetWordWrapCaptions(const Value: boolean); |
|
See WordWrapCaptions | |
![]() |
procedure SetAutoAdjustRowHeights(const Value: boolean); |
![]() |
procedure SetWordWrapCells(const Value: boolean); |
|
See WordWrapCells | |
![]() |
procedure CheckRange; override; |
|
See CheckRange. | |
![]() |
function GetGrid: TCustomRBWDataGrid; override; |
|
returns the TRbwDataGrid that owns the column. | |
![]() |
procedure PickListChange(Sender: TObject); override; |
|
| |
![]() |
procedure SetGridCount(const Value: integer); override; |
|
See TCustomRowOrColumn.SetGridCount. | |
![]() |
procedure SetPickList(const Value: TStrings); override; |
|
See TCustomRowOrColumn.SetPickList. | |
![]() |
function SelectedRowOrColumn: integer; override; |
|
See TCustomRowOrColumn.SelectedRowOrColumn. | |
![]() |
procedure Assign(Source: TPersistent); override; |
|
If Source is a TRbwColumn, Assign copies the values of the Source. | |
![]() |
property AutoAdjustColWidths: boolean read FAutoAdjustColWidths
write SetAutoAdjustColWidths; |
|
If | |
![]() |
property AutoAdjustRowHeights: boolean read FAutoAdjustRowHeights
write SetAutoAdjustRowHeights; |
|
If | |
![]() |
property WordWrapCaptions: boolean read FWordWrapCaptions
write SetWordWrapCaptions; |
|
If WordWrapCaptions is true, the cells that are captions (Row <= FixedRows) or (Col <= FixedCols) will have their text wrapped if required to display it. | |
![]() |
property WordWrapCells: boolean read FWordWrapCells
write SetWordWrapCells; |
|
If WordWrapCaptions is true, the cells that are ordinary cells (Row > FixedRows) and (Col > FixedCols) will have their text wrapped if required to display it. | |