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

TGBindingTransformFunc

Declaration

Source position: lazgobject2.pas line 267

type TGBindingTransformFunc = function(

  binding: PGBinding;

  from_value: PGValue;

  to_value: PGValue;

  user_data: gpointer

):gboolean;