[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazatk1.pas line 1152
type TAtkRelation = object(TGObject) |
||
|
||
|
||
function new(); |
|
|
procedure add_target(); |
|
|
function get_relation_type; |
|
|
function get_target; |
|
|
function remove_target(); |
|
|
property relation_type: TAtkRelationType; [r] |
|
|
property target: PAtkObject; [r] |
|
|
end; |
|
||
|