Class TXStringColumnItem (unit XStringGrid)

Inherits from

TCollectionItem

Constructors


constructor Create(XStringColumns: TCollection);

////////////////////////////////////////////////////////////////////////////// public TXStringColumnItem //


Functions

destructor Destroy;


procedure ShowEditor(ARow: integer);


function GetCaption: String;


function GetWidth: integer;


procedure SetCaption(Value: String);


procedure SetColor(Value: TColor);


procedure SetEditor(Value: TCellEditor);


procedure SetFont(Value: TFont);


procedure SetHeaderColor(Value: TColor);

////////////////////////////////////////////////////////////////////////////// private TXStringColumnItem //

procedure SetHeaderFont(Value: TFont);


procedure SetWidth(Value: integer);


Properties

property Caption : String


property Color : TColor


property Editor : TCellEditor


property Font : TFont


property HeaderColor : TColor


property HeaderFont : TFont


property Width : integer


Events

Variables

FColor : TColor;


FEditor : TCellEditor;


FFont : TFont;


FHeaderColor : TColor;


FHeaderFont : TFont;



Constructors


constructor Create(XStringColumns: TCollection);

////////////////////////////////////////////////////////////////////////////// public TXStringColumnItem //


Functions


destructor Destroy;


procedure ShowEditor(ARow: integer);


function GetCaption: String;


function GetWidth: integer;


procedure SetCaption(Value: String);


procedure SetColor(Value: TColor);


procedure SetEditor(Value: TCellEditor);


procedure SetFont(Value: TFont);


procedure SetHeaderColor(Value: TColor);

////////////////////////////////////////////////////////////////////////////// private TXStringColumnItem //


procedure SetHeaderFont(Value: TFont);


procedure SetWidth(Value: integer);


Properties


property Caption : String


property Color : TColor


property Editor : TCellEditor


property Font : TFont


property HeaderColor : TColor


property HeaderFont : TFont


property Width : integer


Events


Variables


FColor : TColor;


FEditor : TCellEditor;


FFont : TFont;


FHeaderColor : TColor;


FHeaderFont : TFont;