|
TVTDataObject.GetDataHere Method
Implementation of the IDataObject.GetDataHere method.
Pascal
function GetDataHere(const FormatEtc: TFormatEtc; out Medium: TStgMedium): HResult; virtual; stdcall;
Description
GetDataHere is an alternative data retrival method to GetData, but the caller provides the storage place where to store the actual data. Since Virtual Treeview has a very limited spectrum of what it can use this method is not fully implmented.
Class
Links
What do you think about this topic? Send feedback!
|