TTriState

Prev

Next

 






































































































Like a boolean, but with an third "undefined" state.


Unit
VidGrab

Declaration
TTriState=(ts_Undefined, ts_False, ts_True);


enum TTriState ts_Undefined, ts_False, ts_True ;

Description

Value
ts_Undefined
ts_False
ts_True