Moin auch
Das brauchst du so nicht. Am Einfachsten nimmst du eine globale Variable und rufst
RegisterClipboardFormat aus Windows.pas auf.
Auszug aus der Onlinehilfe
Zitat:
The RegisterClipboardFormat function registers a new clipboard format. This format can then be used as a valid clipboard format.
If a registered format with the specified name already exists, a new format is not registered and the return value identifies the existing format. This enables more than one application to copy and paste data using the same registered clipboard format. Note that the format name comparison is case-insensitive.
Und jetzt hast du quasi deine "Konstante". Wenn dein Programm vor allen anderen Anwendungen schon das Format registriert, nehmen die anderen den Wert, den dein Programm vorgibt.