Unit 'LSGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_solutions]

TLSCustomStringGrid

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: LSGrids.pas line 34

type TLSCustomStringGrid = class(TCustomStringGrid,ILSAboutComponent)

protected

  procedure Loaded; override;

  

  procedure DoAutoSizeColumns; virtual;

  

  procedure DoShowColumnsManager; virtual;

  

  procedure ColRowMoved(); override;

  

  procedure HeaderClick(); override;

  

  procedure DrawCell(); override;

  

  procedure WMMouseMove(); message;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Select();

  

  function Find();

  

  procedure LoadFromJSONStream();

  

  procedure LoadFromJSONString();

  

  procedure LoadFromJSONFile();

  

  procedure SaveToJSONStream();

  

  procedure SaveToJSONString();

  

  procedure SaveToJSONFile();

  

  procedure EmptyGrid; virtual;

  

  procedure SetBookmark;

  

  procedure GetBookmark;

  

  procedure SelectFirstRow;

  

  procedure SelectLastRow;

  

  function SelectedRow;

  

  function SelectedRows;

  

  property About: string; [rws]

  

  property IndicatorWidth: Integer; [rw]

  

  property GridType: TLSGridType; [rw]

  

  property ColumnsManager: Boolean; [rw]

  

  property MenuStyleDirection: TGradientDirection; [rw]

  

  property MenuStyleStart: TColor; [rw]

  

  property MenuStyleStop: TColor; [rw]

  

  property MenuStyleCaptionColor: TColor; [rw]

  

  property Sortable: Boolean; [rw]

  

end;

Inheritance

TLSCustomStringGrid

  

|

TObject,ILSAboutComponent



CT Web help

CodeTyphon Studio