[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazAtk1' (#lcl)

TAtkRelationSet

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazatk1.pas line 1075

type TAtkRelationSet = object(TGObject)

  relations: Pgpointer;

  

  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;

Inheritance

TAtkRelationSet

  

TGObject