| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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;  | 
  | 
||
  |