[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLTaskDialog' (#lcl)

TTaskDialogTranslate

Defines a function used to translate a caption used on a task dialog.

Declaration

Source position: lcltaskdialog.pas line 407

type TTaskDialogTranslate = function(

  const aString: string

):string;

Arguments

aString

  

Caption value translated in the routine.

Function result

Translated value for the specified caption.

Description

TTaskDialogTranslate is the type used to implement the TaskDialog_Translate variable.

See also

TaskDialog_Translate

  

Function used to translate the content on an emulated task dialog.


Version 3.2 Generated 2024-02-25 Home