Vcl.DdeMan.TDdeServerItem.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; dynamic;

C++

DYNAMIC void __fastcall Change();

Properties

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

Description

Generates an OnChange event.

Call Change to trigger an OnChange event when not setting the Lines or Text property. Use Change in conjunction with the OnChange event to enable the DDE server item to exchange data that is not compatible with the strings used by the Lines and Text properties.

See Also