Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Types
TByteSet Type
Defines a set for all the bits (0-7) of a byte
Namespace: RSChartConsts
Delphi
type TByteSet = set of 0..7;
•RSChartConsts