[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is the drawing Canvas of each widget
Source position: fpg_main.pas line 172
type TfpgCanvas = class(TfpgCanvasImpl) |
||
public |
||
constructor Create(); |
||
destructor Destroy; override; |
||
procedure DrawButtonFace(); |
||
procedure DrawControlFrame(); |
||
procedure DrawBevel(); |
||
procedure DrawDirectionArrow(); |
||
procedure DrawFocusRect(); |
||
function DrawText(); |
|
Output Text onto the Canvas |
end; |
|
This is the drawing Canvas of each widget |
|
| | ||
TfpgCanvasImpl |
||
? | ||
TObject |
This is the drawing Canvas of each widget.