RAD Studio VCL Reference
|
Returns a reference to a specified interface if the object supports that interface.
function QueryInterface(const IID: TGUID; out Obj): HResult; override; stdcall;
QueryInterface checks whether the component supports the interface specified by IID, and if so, returns a reference to that interface as the Obj parameter. If the component does not support the interface, the Obj parameter returns nil (Delphi) or NULL (C++).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|