ImageEn, unit iexProcEffects |
|
TIEImageEffect.Description
Declaration
function Description(LoggingStr: Boolean = False): string;
Description
Return a description of the current operation, e.g. "Resize 50%"
If LoggingStr = true, it returns a detailed string that is consistent with <11.0 versions of ImageEn. It is not localized.
If LoggingStr = False, a shorter, localized string is returned.
// Display the operation performed in the Previews dialog
if ImageEnView1.Proc.DoPreviews( ppeEditingFunctions ) then
Caption := ImageEnView1.Proc.IPDialogParams.Description();
See Also
◼DoPreviews◼AsString