Skip to content

Tool Description

By Optuma Team · Updated 2021-06-15

Available in Optuma 2.0 and onward, support has been added to display a Description for the custom tool via the Define Tool function.

procedure DefineTool(Tool : TTool);
begin
Tool.Name := 'draw';
Tool.Desc := 'This a tool description'+#13+'xxx'+#13+'yyy'+#13+'zzzttt';
Tool.MouseClicks := 2;
Tool.Hint := 'This is a hint';
Tool.ToolType := ttDrawing;
end;

Forum Discussion

Choose which categories of cookies you allow. Strictly-necessary cookies are always on. You can change this any time via the "Cookie Settings" link in the footer.

  • Functional

    Remember preferences like dismissed banners and your dark-mode choice.

  • Analytics

    Help us understand how the site is used so we can improve it.

  • Marketing

    Measure our advertising and help us reach people who may be interested in Optuma.