Vcl.ComCtrls.TNodeCheckState
Delphi
TNodeCheckState = (ncsNone, ncsUnchecked, ncsChecked, ncsPartial, ncsDimmed, ncsExclusion);
C++
enum DECLSPEC_DENUM TNodeCheckState : unsigned char { ncsNone, ncsUnchecked, ncsChecked, ncsPartial, ncsDimmed, ncsExclusion };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
Embarcadero Technologies does not currently have any additional information.