Class TRbwColumn4

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRbwColumn4 = class(TCustomRowOrColumn)

Description

no description available, TCustomRowOrColumn description follows

TCustomRowOrColumn is the abstract ancestor of TRbwColumn4 and TRbwRow.

Hierarchy

Overview

Fields

Private FAutoAdjustColWidths: boolean;

Methods

Private procedure SetAutoAdjustColWidths(const Value: boolean);
Protected function CollectionItemPosition: integer; override;
Protected function GetGrid: TCustomRbwDataGrid; override;
Protected function SelectedRowOrColumn: integer; override;
Protected procedure CheckRange; override;
Public procedure Assign(Source: TPersistent); override;
Public procedure SetGridRowOrColumnCount(const Value: integer); override;

Properties

Published property AutoAdjustColWidths: boolean read FAutoAdjustColWidths write SetAutoAdjustColWidths;

Description

Fields

Private FAutoAdjustColWidths: boolean;
 

Methods

Private procedure SetAutoAdjustColWidths(const Value: boolean);
 
Protected function CollectionItemPosition: integer; override;
 
Protected function GetGrid: TCustomRbwDataGrid; override;
 
Protected function SelectedRowOrColumn: integer; override;
 
Protected procedure CheckRange; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure SetGridRowOrColumnCount(const Value: integer); override;
 

Properties

Published property AutoAdjustColWidths: boolean read FAutoAdjustColWidths write SetAutoAdjustColWidths;
 

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