Class TIrisGrid (unit Irisgrid)

Inherits from

TStringGrid

Constructors


constructor Create(AOwner: TComponent);



Functions

procedure Clear;


procedure ClearFromCol( startCol : longint);

for

procedure ClearFromRow( startRow : longint);

for

procedure Edit;

Make sure it's the correct format

procedure InsertCols(ColIndex, CCount: LongInt);


procedure InsertRows(RowIndex, RCount: LongInt);


function isCell(SubStr: String; var ACol, ARow: LongInt): Boolean;

for

procedure LoadFromFile(FileName: String);

Identify the type of file

procedure RemoveCols(ColIndex, CCount: LongInt);


procedure RemoveRows(RowIndex, RCount: LongInt);


procedure SaveToFile(FileName: String);


procedure Loaded;


procedure InitHCol;


procedure InitHRow;

for

procedure InitWCol;

for

procedure SetHCol(value : Tstrings);


procedure SetHRow(value : Tstrings);


procedure SetWCol(value : Tstrings);


Properties

property ColWidth : Tstrings


property HeaderCol : TStrings


property HeaderRow : TStrings


Events

Variables

FHCol : TStrings;


FHRow : TStrings;


FWcol : TStrings;



Constructors


constructor Create(AOwner: TComponent);


Functions


procedure Clear;


procedure ClearFromCol( startCol : longint);

for


procedure ClearFromRow( startRow : longint);

for


procedure Edit;

Make sure it's the correct format


procedure InsertCols(ColIndex, CCount: LongInt);


procedure InsertRows(RowIndex, RCount: LongInt);


function isCell(SubStr: String; var ACol, ARow: LongInt): Boolean;

for


procedure LoadFromFile(FileName: String);

Identify the type of file


procedure RemoveCols(ColIndex, CCount: LongInt);


procedure RemoveRows(RowIndex, RCount: LongInt);


procedure SaveToFile(FileName: String);


procedure Loaded;


procedure InitHCol;


procedure InitHRow;

for


procedure InitWCol;

for


procedure SetHCol(value : Tstrings);


procedure SetHRow(value : Tstrings);


procedure SetWCol(value : Tstrings);


Properties


property ColWidth : Tstrings


property HeaderCol : TStrings


property HeaderRow : TStrings


Events


Variables


FHCol : TStrings;


FHRow : TStrings;


FWcol : TStrings;