[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TMessageBoxFunction - the function to be used by a message box: specifies Text and Flags, and returns an integer value
Source position: forms.pp line 1629
type TMessageBoxFunction = function( |
Text: PChar; |
Caption: PChar; |
Flags: LongInt |
):Integer; |
lazarus-ccr.sourceforge.net |