TCustomdxBarCombo.ShowEditor Property
Specifies whether the TCustomdxBarCombo text editor allows editing.
Declaration
property ShowEditor: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
This property determines if users can edit data in a linked item control. The value of this property is inverse to the EmptyWindow property.
See Also