| TAdvOfficeStatusBar - implemenation of tadvedit or tdbadvedit |
|
TAdvOfficeStatusBar supports that you can drop components on the statusbar,
so you can drop a TAdvEdit on a statusbar.
| TAdvPanel - howto close programmatically? |
|
Close button can do two things:
default: Panel.Visible := false
when FreeOnClose = true, it destroys the Panel, ie. Panel.Free
| THTMLCombobox - howto display html chars |
|
To display the HTML tags itself, write:
<font size=+></font>
See also http://www.tmssoftware.com/minihtml.htm
under special characters
| TDBPlannerCalendar - Highlight Entries |
|
Connect the datasource and specify the StartTimeField, EndTimeField and possibly also SubjectField, ColorField.
| TAdvColorBox - How to display colorvalues |
|
You must set the Style to csOwnerDrawFixed and fill combobox.Items with values from 0..15
| Various using the option to save settings in an .ini file |
|
To force the .INI file in the app's directory, use .\untitled.ini
|