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

g_object_bind_property_with_closures

Declaration

Source position: lazgobject2.pas line 1333

function g_object_bind_property_with_closures(

  source: PGObject;

  source_property: Pgchar;

  target: PGObject;

  target_property: Pgchar;

  flags: TGBindingFlags;

  transform_to: PGClosure;

  transform_from: PGClosure

):PGBinding;