Delphi TcxComboBox Control Description Control Description Delphi TcxComboBox

Delphi TcxComboBox Control Description

Attributes:

   Text: Text of ComboBox information

   EditText: ComboBox is the text information to the assignment, but the difference is assigned to the Text Change event is triggered, it will trigger EditvaluesChange event, but only trigger EditText

                 Change event, there is a difference. When the attribute value DropDownListStyle ComboBox is: when lsFixedList, not to the Text property value.

  EditValue: EditText on assignment with the agreement, but gave him the assignment, will trigger the Change event will trigger event EditvaluesChange

  DropDownListStyle: lsEditList i.e. can enter and to be selected. You can assign the code to Text

                               lsEditFixedList i.e. can enter and to be selected. But you can not manually assign a different value to the Text, the value of which must be Items

                               lsFixedList to choose from, you can not enter. But you can not manually assign a different value to the Text, the value of which must be Items

  Anchors: the fixing, when the window is maximized or minimized, can also control the current position is fixed. Otherwise, the position will change with the window

                akLeft: left fixed, akTop: fixed, akRight: right fixing, akBottom: fixed

  AutoSize: Auto size, may be the width, the height may be, for Commbox control, generally refers to the height.

  BeepOnEnter:》》》》

  Constrains: constraint for the maximum height control of the control width. Minimum height, width; default is 0, uncontrolled

                   Even if the control codes which can not exceed the constraint, so determined.

                   MaxHeight,MaxWidth,MinHeight,MinWidth

  Cursor: The cursor is a mouse. When the shape of the mouse to move the mouse over the control. Usually the default is triangle

  CustomHint:》》》》》》

  DragCusor: when the shape of the mouse drag the control

  DragKind: drag the type of "" ""

  DragMode: drag the way "" ""

  Enabled: if available, unavailable, the entire control is kept gray

  Height: height, set the controls, but can not exceed the height of constraints

  Hint: When the mouse over the window that displays the hidden instructions, needs to work with ShowHint property

  ItemIndex: displaying a content list corresponding to the pull-down sequence number starting from zero.

  Left: Set the control position of the left

  Margins:》》》》》

  Name: name of the control

  ParentColor: the color is the same as the parent control. For example, the control on the window, if set to True. Then its color, and the color of the window is the same.

  ParentFont: Fonts are consistent with the parent control

  ParentCustomHint: CustomHint property is consistent with the parent window

  ParentShowHint: ShowHint property is consistent with the parent window

  PopupMenu: shortcut menu, right-click the shortcut menu controls displayed

  Properties:

             AlignMent: "" "" "the direction of what is displayed, the level of the left, center, right. Vertical by up, down, center

             Assingedvalues:》》》》》      

             AutoSelect:》》》》

             BeepOnError: If an error beep is given

             ButtonGlyph: controls on the right button, the icon is displayed. Down arrow button flag general.

             CaseInsensitive:》》》》

             CharCase: first text, characters will be fully transferred to uppercase cUpperCase, lowercase ecLowerCasee, or transfer ecNormal.

             ClearKey: delete the contents of the shortcut keys, such as Ctrl + C. Press these buttons, the content is cleared

             DropDownAutoWidth: drop-down list, whether or not automatic width width (width of one to maintain control) If you set True.. DropDownWidth property is invalid

             DropDownRows: drop-down list, the number of rows displayed, but it did not show finished, it is a drop-down box

             DropDownListStyle: drop-down form

                    lsEditList: enable input, also allow the value of the input pulldown No

                    lsEditFixedList: allows you to enter, but the value entered must be some value in the drop-down

                    lsFixedList: are not allowed, only select from the dropdown

            DropDownSizeable: drop-down window, whether to allow it to adjust the size, if it is True. Then after the drop-down you can adjust the width of its own.

            DropDownWidth: Set the width of the pull-down window, if when DropDownAutoWidth is True, invalid.

            EditMark: Consistent with this property Text control, set the flag code.

           ImeMode:

                 imClose indicates the input method in a closed state.

             ImOpen indicates the input method in an open state.

             ImChinese expressed in Chinese input method state.

             If the input represents ImDontCare in a closed state, open the last input method used.

             It represents a half angle input is ImSAlpha state.

             ImAlpha represents the input in the whole angle.

                ItmeName: Input name

                ImmediateDropDown:》》》》

                ImmediatePost:》》》》》》》》

                ImmediateUpdateText:》》》》

                IncrementalSearch: "" "" ""

         The height of the drop-down item: ItemHeight

         Content Settings drop-down item: Items

          MaskKind: "" ""

         ReadOnly: read-only, when True, the user can not input value

          Sorted: sorting, automatic sorting good pull-down items for users to choose

         ValidateOnEnter: complete support for the user to select or enter is complete, the trigger event cbb1PropertiesValidate

ShowHint: determine whether Hint.

Style:

     AssignedValues: "" ""
     the BorderColor: color boundary or border

     BorderStyle: border or frame mode

     ButtonStyle: Control Mode button

     ButtonTrasnPerency: Borders button transparent mode

     Color: Color Controls

     Edges: Border whether to include edges (up, down, left, right by-line as Excel cells line the same.)

     Font: font, if the previous ParentFont True, the setting is invalid

     Shadow: whether to display shadows or reflections

     TextColor: Text Color

     TextStyle: text type. (FsBold bold, fsItalic tilt, fsUnderLine underscore)

StlyeDisabled: Controls Enabled is False, when the style is not available

Style when the control gets the focus, or select this control: StyleFocused

StyleHot: when the mouse is moved inside the control, when the control style

TabOrder: the order number of the control, when the press Tab performed

TabStop: If True, when selecting the Tab key, skip. Not affect Tab

Tag: Tag value of the control, can be used as a variable, or logo

Text: Text value of the control.

TextHint:》》》》》

Height of the control in the parent window up: Top

Touch:》》》》》》

Visible: Controls whether to show

Width: The width of the control

 

 

 

   

   

    

    

 

 

 

event:

    OnClick: user point of control, trigger (value must change, values ​​do not change will not trigger) When you select the drop-down control

    OnContextPopup: Right-click when the control fires

    OnFocusChanged: the intersection when changes are triggered.

   Properties

        OnChange Event: change the Text value ComboBox, or EditValue value or change in value will trigger EditText

        OnEditValueChange Event: change the Text value ComboBox, or EditValue value will trigger, but the change will not change the value EditText

       OnCloseUp event: When the ComboBox drop-down box off, it will trigger

       OnDrawItem event: repainting of control fires

       OnPopup event: when the user points the drop-down button on the trigger

       OnInitpopup event: event fires before OnPopup

Attributes:

   Text: Text of ComboBox information

   EditText: ComboBox is the text information to the assignment, but the difference is assigned to the Text Change event is triggered, it will trigger EditvaluesChange event, but only trigger EditText

                 Change event, there is a difference. When the attribute value DropDownListStyle ComboBox is: when lsFixedList, not to the Text property value.

  EditValue: EditText on assignment with the agreement, but gave him the assignment, will trigger the Change event will trigger event EditvaluesChange

  DropDownListStyle: lsEditList i.e. can enter and to be selected. You can assign the code to Text

                               lsEditFixedList i.e. can enter and to be selected. But you can not manually assign a different value to the Text, the value of which must be Items

                               lsFixedList to choose from, you can not enter. But you can not manually assign a different value to the Text, the value of which must be Items

  Anchors: the fixing, when the window is maximized or minimized, can also control the current position is fixed. Otherwise, the position will change with the window

                akLeft: left fixed, akTop: fixed, akRight: right fixing, akBottom: fixed

  AutoSize: Auto size, may be the width, the height may be, for Commbox control, generally refers to the height.

  BeepOnEnter:》》》》

  Constrains: constraint for the maximum height control of the control width. Minimum height, width; default is 0, uncontrolled

                   Even if the control codes which can not exceed the constraint, so determined.

                   MaxHeight,MaxWidth,MinHeight,MinWidth

  Cursor: The cursor is a mouse. When the shape of the mouse to move the mouse over the control. Usually the default is triangle

  CustomHint:》》》》》》

  DragCusor: when the shape of the mouse drag the control

  DragKind: drag the type of "" ""

  DragMode: drag the way "" ""

  Enabled: if available, unavailable, the entire control is kept gray

  Height: height, set the controls, but can not exceed the height of constraints

  Hint: When the mouse over the window that displays the hidden instructions, needs to work with ShowHint property

  ItemIndex: displaying a content list corresponding to the pull-down sequence number starting from zero.

  Left: Set the control position of the left

  Margins:》》》》》

  Name: name of the control

  ParentColor: the color is the same as the parent control. For example, the control on the window, if set to True. Then its color, and the color of the window is the same.

  ParentFont: Fonts are consistent with the parent control

  ParentCustomHint: CustomHint property is consistent with the parent window

  ParentShowHint: ShowHint property is consistent with the parent window

  PopupMenu: shortcut menu, right-click the shortcut menu controls displayed

  Properties:

             AlignMent: "" "" "the direction of what is displayed, the level of the left, center, right. Vertical by up, down, center

             Assingedvalues:》》》》》      

             AutoSelect:》》》》

             BeepOnError: If an error beep is given

             ButtonGlyph: controls on the right button, the icon is displayed. Down arrow button flag general.

             CaseInsensitive:》》》》

             CharCase: first text, characters will be fully transferred to uppercase cUpperCase, lowercase ecLowerCasee, or transfer ecNormal.

             ClearKey: delete the contents of the shortcut keys, such as Ctrl + C. Press these buttons, the content is cleared

             DropDownAutoWidth: drop-down list, whether or not automatic width width (width of one to maintain control) If you set True.. DropDownWidth property is invalid

             DropDownRows: drop-down list, the number of rows displayed, but it did not show finished, it is a drop-down box

             DropDownListStyle: drop-down form

                    lsEditList: enable input, also allow the value of the input pulldown No

                    lsEditFixedList: allows you to enter, but the value entered must be some value in the drop-down

                    lsFixedList: are not allowed, only select from the dropdown

            DropDownSizeable: drop-down window, whether to allow it to adjust the size, if it is True. Then after the drop-down you can adjust the width of its own.

            DropDownWidth: Set the width of the pull-down window, if when DropDownAutoWidth is True, invalid.

            EditMark: Consistent with this property Text control, set the flag code.

           ImeMode:

                 imClose indicates the input method in a closed state.

             ImOpen indicates the input method in an open state.

             ImChinese expressed in Chinese input method state.

             If the input represents ImDontCare in a closed state, open the last input method used.

             It represents a half angle input is ImSAlpha state.

             ImAlpha represents the input in the whole angle.

                ItmeName: Input name

                ImmediateDropDown:》》》》

                ImmediatePost:》》》》》》》》

                ImmediateUpdateText:》》》》

                IncrementalSearch: "" "" ""

         The height of the drop-down item: ItemHeight

         Content Settings drop-down item: Items

          MaskKind: "" ""

         ReadOnly: read-only, when True, the user can not input value

          Sorted: sorting, automatic sorting good pull-down items for users to choose

         ValidateOnEnter: complete support for the user to select or enter is complete, the trigger event cbb1PropertiesValidate

ShowHint: determine whether Hint.

Style:

     AssignedValues: "" ""
     the BorderColor: color boundary or border

     BorderStyle: border or frame mode

     ButtonStyle: Control Mode button

     ButtonTrasnPerency: Borders button transparent mode

     Color: Color Controls

     Edges: Border whether to include edges (up, down, left, right by-line as Excel cells line the same.)

     Font: font, if the previous ParentFont True, the setting is invalid

     Shadow: whether to display shadows or reflections

     TextColor: Text Color

     TextStyle: text type. (FsBold bold, fsItalic tilt, fsUnderLine underscore)

StlyeDisabled: Controls Enabled is False, when the style is not available

Style when the control gets the focus, or select this control: StyleFocused

StyleHot: when the mouse is moved inside the control, when the control style

TabOrder: the order number of the control, when the press Tab performed

TabStop: If True, when selecting the Tab key, skip. Not affect Tab

Tag: Tag value of the control, can be used as a variable, or logo

Text: Text value of the control.

TextHint:》》》》》

Height of the control in the parent window up: Top

Touch:》》》》》》

Visible: Controls whether to show

Width: The width of the control

 

 

 

   

   

    

    

 

 

 

event:

    OnClick: user point of control, trigger (value must change, values ​​do not change will not trigger) When you select the drop-down control

    OnContextPopup: Right-click when the control fires

    OnFocusChanged: the intersection when changes are triggered.

   Properties

        OnChange Event: change the Text value ComboBox, or EditValue value or change in value will trigger EditText

        OnEditValueChange Event: change the Text value ComboBox, or EditValue value will trigger, but the change will not change the value EditText

       OnCloseUp event: When the ComboBox drop-down box off, it will trigger

       OnDrawItem event: repainting of control fires

       OnPopup event: when the user points the drop-down button on the trigger

       OnInitpopup event: event fires before OnPopup

Guess you like

Origin www.cnblogs.com/yclizq/p/11443160.html