RAD Studio VCL Reference
|
Returns the associated TDataBindItem property for the specified DispID.
function GetItemByDispID(ADispID: TDispID): TDataBindItem;
__fastcall TDataBindItem GetItemByDispID(TDispID ADispID);
GetItemByDispID returns the TDataBindItem property for the specified DispID. It returns nil (Delphi) or NULL (C++) if no TDataBindItem property exists for the specified DispID.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|