[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 121
type T_Group = class(TObject) |
public |
constructor Create; virtual; |
destructor Destroy; override; |
property Commands: TList; [rw] |
property LineHeight: single; [r] |
property GroupeHeight: single; [r] |
end; |
| |
TObject |