|
TBaseVirtualTree.GetNativeClipboardFormats Method
Used to let descendants and the application add their own supported clipboard formats.
Pascal
procedure GetNativeClipboardFormats(var Formats: TFormatEtcArray); virtual;
Description
GetNativeClipboardFormats returns the supported clipboard formats of the tree in the native CF_* form as used in IDataObject. This includes all formats which are listed in the ClipboardFormats property as well as any changes made by the OnGetUserClipboardFormats event if a handler for it is attached.
Class
Links
What do you think about this topic? Send feedback!
|