Source position: prefs.pas line 790
type tWorkbenchPrefs = record |
wbp_DefaultStackSize: LongWord; |
wbp_TypeRestartTime: LongWord; |
wbp_IconPrecision: LongWord; |
wbp_EmbossRect: tRectangle; |
wbp_Borderless: SmallInt; |
wbp_MaxNameLength: LongInt; |
wbp_NewIconsSupport: SmallInt; |
wbp_ColorIconSupport: SmallInt; |
wbp_ImageMemType: LongWord; |
wbp_LockPens: SmallInt; |
wbp_NoTitleBar: SmallInt; |
wbp_NoGauge: SmallInt; |
end; |