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

dbgs

Creates a formatted debugger message for one or more TOpenOption values.

Declaration

Source position: dialogs.pp line 790

function dbgs(

  Option: TOpenOption

):string; overload;

function dbgs(

  Options: TOpenOptions

):string; overload;

Arguments

Option

  

TOpenOption enumeration value used to generate the formatted message.

Function result

Formatted message with enumeration value name(s) for the option or options argument.

Arguments

Options

  

TOpenOptions set type with the options used to generate the formatted message.


Version 3.2 Generated 2024-02-25 Home