RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindings.GetOwner Method

Returns the owner of an object.

Pascal
function GetOwner: TPersistent; override;
C++
virtual __fastcall TPersistent * GetOwner();

GetOwner is used to find the owner of a data binding, that is, the data-aware control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!