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

TGBinding

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

Declaration

Source position: lazgobject2.pas line 329

type TGBinding = object(TGObject)

  function get_flags;

  

  function get_source_property;

  

  function get_target_property;

  

  procedure unbind;

  

  property flags: TGBindingFlags; [r]

  

  property source_property: Pgchar; [r]

  

  property target_property: Pgchar; [r]

  

end;

Inheritance

TGBinding

  

TGObject