IIWExInputControl

<< Click to Display Table of Contents >>

Navigation:  Interfaces >

IIWExInputControl

SIGNATURE=IWBaseInterfaces.IIWExInputControl

 

ETYPE=Interface

 

Declaration:

Delphi:

public IIWExInputControl = interface(IIWInputControl);

C++:

public: __interface IIWExInputControl : public IIWInputControl;

 

IIWExInputControl

 

Unit: IWBaseInterfaces.pas

 

Description: Note about IIWExInputControl interface This interface is an extension for IIWInputControl and should be used when the SetValue() method triggers any control event (e.g. OnClick, OnChange, etc). IWExInputControl has a "delayed" event triggering (see IWForm.Execute() method), so if code within some event changes another control's value, this new value will not be replaced by the old value received with the request. IWRadioGroup and IWCheckBox both use IWExInputControl

 

·Methods