[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 185
type T_Number = class(T_Command) |
public |
constructor Create(); virtual; |
procedure SetPosY(); |
property GetPosX: single; [r] |
property GetPosY: single; [r] |
property GetColumn: Integer; [r] |
property GetTextNum: Integer; [r] |
property GetTextTot: Integer; [r] |
property GetFont: Integer; [r] |
property GetBackColor: Integer; [r] |
property GetBorder: Integer; [r] |
property GetLineSpace: Integer; [r] |
property GetCurFont: Boolean; [r] |
property GetFlags: TfpgTextFlags; [r] |
property GetTotal: Boolean; [r] |
property GetAlpha: Boolean; [r] |
property GetTypeNum: TSectPageNum; [r] |
end; |
| |
| |
TObject |