[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Defines a function used to translate a caption used on a task dialog.
Source position: lcltaskdialog.pas line 409
type TTaskDialogTranslate = function( |
const aString: string |
):string; |
aString |
|
Caption value translated in the routine. |
Translated value for the specified caption.
TTaskDialogTranslate is the type used to implement the TaskDialog_Translate variable.
|
Function used to translate the content on an emulated task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |