Class TAutoAdjustColumn

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAutoAdjustColumn = class(TCollectionItem)

Description

Published declarations

Hierarchy

Overview

Fields

Private FAutoAdjustColWidths: boolean;

Methods

Private procedure SetAutoAdjustColWidths(const Value: boolean);
Protected function GetGrid: TCustomRBWDataGrid;
Protected procedure SetGridCount(const Value: integer);
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property Grid: TCustomRBWDataGrid read GetGrid;
Published property AutoAdjustColWidths: boolean read FAutoAdjustColWidths write SetAutoAdjustColWidths;

Description

Fields

Private FAutoAdjustColWidths: boolean;

See AutoAdjustColWidths.

Methods

Private procedure SetAutoAdjustColWidths(const Value: boolean);

See AutoAdjustColWidths.

Protected function GetGrid: TCustomRBWDataGrid;

See Grid.

Protected procedure SetGridCount(const Value: integer);

SetGridCount sets the number of columns in the grid.

Public constructor Create(Collection: TCollection); override;

Create creates and instance of TAutoAdjustColumn.

Public destructor Destroy; override;

Destroy destroys the current instance. Do not call Destroy directly. Call Free instead.

Public procedure Assign(Source: TPersistent); override;

If Source is a TAutoAdjustColumn, Assign copies the values of the Source.

Properties

Public property Grid: TCustomRBWDataGrid read GetGrid;

Grid returns the TCustomRBWDataGrid that owns the TAutoAdjustColumns that is the parent of the current instance.

Published property AutoAdjustColWidths: boolean read FAutoAdjustColWidths write SetAutoAdjustColWidths;

AutoAdjustColWidths is used to specify whether the width of a column should be automatically enlarged to fit all the text in the column.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:59