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