[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 281
type T_Space = class(T_Command) |
public |
constructor Create(); virtual; |
procedure SetPosY(); |
property GetPosY: single; [r] |
property GetColumn: Integer; [r] |
property GetHeight: single; [r] |
property GetBackColor: Integer; [r] |
end; |
| |
| |
TObject |