Formats debugger messages for various types by converting their values into readable text.
Source position: forms.pp line 1945
function dbgs( |
const State: TWindowState |
):string; overload; |
const Action: TCloseAction |
):string; overload; |
const Kind: TScrollBarKind |
):string; overload; |
State |
|
TWindowState instance with values included in the text. |
The formatted text with values for the specified argument.
Action |
|
TCloseAction instance with values included in the text. |
Kind |
|
TScrollBar instance with values included in the text. |
dbgs is overloaded in forms.pp. The overloads handle creating textual information for the TWindowState, TCloseAction, and TScrollBarKind types. The text is used in DebugLn and WriteLn messages in the Typhon debugger.
CT Web help |
CodeTyphon Studio |