TClipboardFormatListEntry Record

Virtual Tree View

Not documented.

Pascal
TClipboardFormatListEntry = record
  Description: string;
  TreeClass: TVirtualTreeClass;
  Priority: Cardinal;
  FormatEtc: TFormatEtc;
  end;
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
Description: string; 
The string used to register the format with Windows. 
TreeClass: TVirtualTreeClass; 
The tree class which supports rendering this format. 
Priority: Cardinal; 
Number which determines the order of formats used in IDataObject. 
FormatEtc: TFormatEtc; 
The definition of the format in the IDataObject. 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!