[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazatk1.pas line 1075
type TAtkRelationSet = object(TGObject) |
||
|
||
function new; |
|
|
procedure add(); |
|
|
procedure add_relation_by_type(); |
|
|
function contains(); |
|
|
function contains_target(); |
|
|
function get_n_relations; |
|
|
function get_relation(); |
|
|
function get_relation_by_type(); |
|
|
procedure remove(); |
|
|
end; |
|
||
|