Sepi Next
Name
TDialogType
Parent
SdDialogs
Visibility
PUBLIC
Description
Type d'une boîte de dialogue
dtCustom : Type générique
dtInformation : Information
dtWarning : Avertissement
dtError : Erreur
dtConfirmation : Confirmation
Source code
TDialogType = ( dtCustom , dtInformation , dtWarning , dtError , dtConfirmation ) ;
Sepi Next