[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| | ||
|
ListView attaches a scrollbar and input handling to a List. |
|
| | ||
|
Group class is responsible for the complete layout of a MUI window. |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |