Unit FormAsst

TIDSFormAssist - Assists you with common form management tasks. PROPERTIES: Options - determines which things you wish to handle automatically. faoFormLayout - Restores and saves Left, Top, Width and Height to the INI file INIFile - specifies the INI file to which the component will restore and save settings if not specified, it is set to Application.EXEName with a .INI extension

Classes

TIDSFormAssist -
TIDSFormAssistList -

Functions

Register -

Types

TFormAssistOption
TFormAssistOptions
TOnWallpaperPaintEvent
TWallpaperMode

Constants

Variables


Functions


procedure Register;


Types


TFormAssistOption  = (faoLayout,faoWallpaper);
Enumerated types for Options
TFormAssistOptions = set of TFormAssistOption

TOnWallpaperPaintEvent = procedure(Sender : TIDSFormAssist) of object
Type for OnWallpaperPaint event
TWallpaperMode = (wmTile,wmCentre,wmAdjust);
Enumerated type for wallpaper tile mode

Constants


Variables