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

TGObject.bind_property_full

Declaration

Source position: lazgobject2.pas line 289

function TGObject.bind_property_full(

  source_property: Pgchar;

  target: PGObject;

  target_property: Pgchar;

  flags: TGBindingFlags;

  transform_to: TGBindingTransformFunc;

  transform_from: TGBindingTransformFunc;

  user_data: gpointer;

  notify: TGDestroyNotify

):PGBinding;