Unit 'MUIClass.Grid' Package
[Overview][Constants][Types][Classes][Index] [#MUIClass]

TMUIStrGrid

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

Declaration

Source position: MUIClass.Grid.pas line 93

type TMUIStrGrid = class(TMUIGrid)

protected

  procedure SetNumRows(); override;

  procedure SetNumCols(); override;

  procedure SetCol();

  procedure SetRow();

  function GetCell(); virtual;

  procedure SetCell(); virtual;

  function GetCellStatus();

  procedure DoSetFocus();

  procedure DoDeleteCell(); virtual;

  function GetSelCount; virtual;

  function GetSelection(); virtual;

  procedure CopyToClip; virtual;

  procedure CutToClip; virtual;

  procedure PasteFromClip; virtual;

  procedure DoDrawObject(); override;

  procedure DoDrawCell(); override;

  procedure DoMouseDown();

  procedure DoMouseUp();

  procedure DoMouseMove();

  procedure DoKeyDown();

  procedure DoKeyUp();

  procedure DoDblClick();

  property EditMode: Boolean; [r]

  property EditText: string; [r]

public

  constructor Create; override;

  destructor Destroy; override;

  procedure BeginUpdate;

  procedure EndUpdate;

  procedure SelectAll();

  procedure SetFocus();

  property Cells []: string; [rw]

  property CellStatus []: TCellStatus; [r]

  property SelectionCount: Integer; [r]

  property Selection []: Types.TPoint; [r]

  procedure DeleteSelectedCells;

  property Row: Integer; [rw]

  property Col: Integer; [rw]

  property OnCellFocus: TNotifyEvent; [rw]

  property OnDblClick: TNotifyEvent; [rw]

end;

Inheritance

TMUIStrGrid

|

TMUIGrid

|

TMUIScrollGroup

  

Scrollgroup objects can be used to supply virtual groups with scrollbars.

|

TMUIGroup

  

Group class is responsible for the complete layout of a MUI window.

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject


Documentation generated on: 2024-04-23