Source position: prefs.pas line 102
type tIControlPrefs = record |
ic_Reserved: array [0..3] of LongInt; |
ic_TimeOut: Word; |
ic_MetaDrag: SmallInt; |
ic_Flags: LongWord; |
ic_WBtoFront: Byte; |
ic_FrontToBack: Byte; |
ic_ReqTrue: Byte; |
ic_ReqFalse: Byte; |
end; |