[Overview][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_command.pas line 158
type T_WriteText = class(T_Command) |
public |
constructor Create(); virtual; |
procedure SetPosY(); |
property GetPosX: single; [r] |
property GetPosY: single; [r] |
property GetColumn: Integer; [r] |
property GetText: 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] |
end; |
| |
| |
TObject |