| Description | Hierarchy | Fields | Methods | Properties |
type TAutoAdjustColumn = class(TCollectionItem)
Published declarations
![]() |
FAutoAdjustColWidths: boolean; |
![]() |
procedure SetAutoAdjustColWidths(const Value: boolean); |
![]() |
function GetGrid: TCustomRBWDataGrid; |
![]() |
procedure SetGridCount(const Value: integer); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Grid: TCustomRBWDataGrid read GetGrid; |
![]() |
property AutoAdjustColWidths: boolean read FAutoAdjustColWidths
write SetAutoAdjustColWidths; |
![]() |
FAutoAdjustColWidths: boolean; |
|
See AutoAdjustColWidths. | |
![]() |
procedure SetAutoAdjustColWidths(const Value: boolean); |
|
See AutoAdjustColWidths. | |
![]() |
function GetGrid: TCustomRBWDataGrid; |
|
See Grid. | |
![]() |
procedure SetGridCount(const Value: integer); |
|
| |
![]() |
constructor Create(Collection: TCollection); override; |
|
| |
![]() |
destructor Destroy; override; |
|
| |
![]() |
procedure Assign(Source: TPersistent); override; |
|
If Source is a TAutoAdjustColumn, | |
![]() |
property Grid: TCustomRBWDataGrid read GetGrid; |
|
| |
![]() |
property AutoAdjustColWidths: boolean read FAutoAdjustColWidths
write SetAutoAdjustColWidths; |
|
| |