RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerItem.Fmt Property

Indicates the clipboard format the DDE client item uses to pass data to the DDE client.

Pascal
property Fmt: Integer;
C++
__property int Fmt;

Set Fmt in an OnChange event handler to specify a clipboard format for the data that is passed to the DDE client if it is not text. The DDE data that is sent to the DDE client includes this format so that clients can correctly interpret the data. Read Fmt when the client pokes data to the DDE server item to determine the clipboard format the client used to format the data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!