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

TMUIStringGrid

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

Declaration

Source position: MUIClass.StringGrid.pas line 20

type TMUIStringGrid = class(TMUIListView)

protected

  procedure AfterCreateObject; override;

public

  constructor Create; override;

  destructor Destroy; override;

  property NumColumns: Integer; [rw]

  property NumRows: Integer; [rw]

  property ShowLines: Boolean; [rw]

  property ShowTitle: Boolean; [rw]

  property Cells []: string; [rw]

  property Data []: Pointer; [rw]

  property Titles []: string; [rw]

  property Row: Integer; [rw]

  property Quiet: Boolean; [rw]

end;

Inheritance

TMUIStringGrid

|

TMUIListView

  

ListView attaches a scrollbar and input handling to a List.

|

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-20