|
<< Click to Display Table of Contents >> Navigation: Interfaces > IIWInputControl |
SIGNATURE=IWBaseInterfaces.IIWInputControl
ETYPE=Interface
Declaration:
Delphi: |
public IIWInputControl = interface; |
C++: |
public: __interface IIWInputControl; |
Unit: IWBaseInterfaces.pas
Description: Note about IIWInputControl interface the method SetValue() must NOT trigger some control event (e.g. OnClick, OnChange, etc) If this is the case, IWExInputControl interface should be used instead. See notes for IWExInputControl