Unit AMTipDlg

TAMTipDialog component version 2.0, copyright © A. Meeder, 1996-1997 This is a Tipdialog-component with several properties to customize its behaviour. Properties: * About: Readonly property that displays a Copyright-message * BorderStyle: borderstyle option so you can choose the TipDialogs border bsDialog etc. * ButtonCloseCaption: caption of the 'Close'-button * ButtonNextCaption: caption of the 'Next'-button * Color: this is the color of the panel behind the tip-text * OnAtStart: when false the execute method don't display the dialog and returns false * OnAtStartCaption: caption of the question 'Show tips next time?' * QuestionCaption: caption of the Questionlabel 'Did you know this?' * TipDialogCaption: caption of the Dialog, by default 'Tips ...' * TipDialogHeader: caption of the 'Welcome-message', by default 'Welcome at ...' * Tips: stringlist which contains the tips, one line for every tip Events: * OnExecute: just before the Tip-dialog appears this event occurs * OnExecuted: just after the Tip-dialog is released this event occurs, you can use this event to save the 'StartNextTime' property in a INI-file or in the Registry You can also test the dialog at runtime by right-clicking the component and choose 'Test AM Tip Dialog'. When there are no tips assigned to this component this submenu isn't available Have a question, suggestion? Mail me at: ameeder@dds.nl

Classes

TAboutTipDlgProperty -
TAMTipDialog -
TTipDialogEditor -
TTipForm -

Functions

Register - Registering the components

Types

TOnExecuted

Constants

Variables


Functions


procedure Register;

Registering the components

Types


TOnExecuted = procedure (Sender: TObject; StartNextTime: boolean) of object

Constants


Variables