Component | Paradox | MS Access | Delphi | Visual Basic | Java |
---|---|---|---|---|---|
Simple Text | Label | TLabel | |||
Data Entry | Text Box | TEdit | |||
Memo | Text Box | TMemo | |||
Button | Command Button | TButton | |||
Toggle Button | Toggle Button | TSpeedButton | |||
CheckBox | Check Box | TCheckBox | |||
RadioButton | Option Button | TRadioButton | |||
ListBox | List Box | TListBox | |||
ComboBox | Combo Box | TComboBox | |||
Image | Image | TImage | |||
Line | Line | none | |||
Shape | Rectangle | TShape | |||
Tabbed Pages | Tab Control | TPageControl |