TcxDBCheckGroup Class
Represents a data-aware check group control.
Declaration
TcxDBCheckGroup = class(
TcxCheckGroup
)
Remarks
Use the TcxDBCheckGroup editor when you need a data-aware version of the check group control. This editor provides the same features as its ancestor TcxCheckGroup control. Additionally, it introduces the DataBinding property that binds the control to a dataset field.
Inheritance
See Also