[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3857
type TGEmblem = object(TGObject) |
||
function new(); |
|
|
function new_with_origin(); |
|
|
function get_icon; |
|
|
function get_origin; |
|
|
|
||
property origin: TGEmblemOrigin; [r] |
|
|
end; |
|
||
|