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