TcxMCListBox Class
In This Article
A deprecated unbound multi-column list box control.
#Declaration
Delphi
TcxMCListBox = class(
TcxCustomListBox
)
#Remarks
The TcxMCListBox
class implements a deprecated unbound multi-column list box control as a wrapper for the standard TListBox control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. This control does not support many advanced features common to DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.
Important
The Tcx
control is shipped as a part of the DevExpress VCL components for backward compatibility only. DevTcx
with Tdx
#Inheritance
See Also