clipboard GetFormatName method
Return to Introduction  Previous page  Next page
Applies to
acClipboard  

Declaration
function GetFormatName(FormatIndex: Integer): String;  

Description
The GetFormatName property retrieves the name of the clipboard format by its index.  
 
Function may return the empty string if no format has been registered by specified FormatIndex.  
 
tip To receive the list of all formats that currently are available in the clipboard — read AvailableFormats property.  

See also
AvailableFormats property;  
HasFormat and GetFormatIndex methods.