Vcl.DdeMan.TDdeServerItem.Fmt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fmt: Integer read FFmt;

C++

__property int Fmt = {read=FFmt, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeServerItem

Description

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

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.

See Also