Unit 'Img32' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

TTriState

Declaration

Source position: Img32.pas line 520

type TTriState = (

  tsUnknown = 0,

  

  tsYes = 1,

  

  tsChecked = 1,

  

  tsNo = 2,

  

  tsUnchecked = 2

  

);



CT Web help

CodeTyphon Studio