[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 354
type T_Image = class(T_Command) |
public |
constructor Create(); |
property GetImage: Integer; [r] |
property GetColumn: Integer; [r] |
property GetPosX: single; [r] |
property GetPosY: single; [r] |
end; |
| |
| |
TObject |