使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox

 
TIWRadioButton //單選 TIWRadioGroup  //單選組 TIWCheckBox    //複選


TIWRadioButton 所在單元及繼承鏈:
IWCompRadioButton.TIWRadioButton < TIWCustomRadioButton < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成員:html


 
property Editable: Boolean // property Checked: Boolean  // property Group: string    //分組名; 在統一母體中的單選按鈕, 組名相同者互斥 property Value: string    //同 Caption property Caption: TCaption // property OnClick: TNotifyEvent property OnAsyncClick: TIWAsyncEvent property OnAsyncChange: TIWAsyncEvent



TIWRadioGroup 所在單元及繼承鏈:
IWCompExtCtrls.TIWRadioGroup < TIWCustomRadioGroup < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成員:spa


 
property ItemIndex: Integer  // property Items: TStringList  // property Layout: TIWRadioGroupLayout //排列: glVertical(默認)、glHorizontal property Confirmation: string  // property OnClick: TNotifyEvent        // property OnAsyncClick: TIWAsyncEvent  // property OnAsyncChange: TIWAsyncEvent //



TIWCheckBox 所在單元及繼承鏈:
mpCheckbox.TIWCheckBox < TIWCustomCheckBox < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成員:code


 
property Confirmation: string  // property Checked: Boolean      // property Caption: TCaption    // property Style: TIWCustomCheckBoxStyle //兩種不一樣的樣式: stNormal(默認)、stCool property OnClick: TNotifyEvent      // property OnAsyncClick: TIWAsyncEvent //
相關文章
相關標籤/搜索