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

TAtkRelation

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

Declaration

Source position: lazatk1.pas line 1152

type TAtkRelation = object(TGObject)

  target1: Pgpointer;

  

  relationship: TAtkRelationType;

  

  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;

Inheritance

TAtkRelation

  

TGObject