[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 238
type T_Column = class(T_Command) |
public |
constructor Create(); virtual; |
function GetTextPos; |
function GetTextWidth; |
procedure SetColColor(); |
property ColPos: single; [rw] |
property ColWidth: single; [rw] |
property ColMargin: single; [rw] |
end; |
| |
| |
TObject |