|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > Standard > TIWComboBox |
The TIWComboBox is the IntraWeb equivalent of the TComboBox from VCL.
SIGNATURE=IWCompListbox.TIWComboBox
ETYPE=Class
Declaration:
Delphi: |
public TIWComboBox = class(TIWCustomComboBox); |
C++: |
public: class TIWComboBox : public TIWCustomComboBox; |
Unit: IWCompListbox.pas
Description: This is class IWCompListbox.TIWComboBox.