ToolsAPI.TOTARunMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTARunMode = (ormRun,               //run the process
ormRunToEntry,        //run to the first source statement executed -- used for a process being started
ormRunToMain,         //run to the main entry-point (main, WinMain, etc.) -- used for a process being started
ormRunToCursor,       //run to the cursor location in the editor
ormStmtStepInto,      //step into source statement
ormStmtStepOver,      //step over source statement
ormInstStepInto,      //step into machine instruction
ormInstStepOver,      //step over machine instruction
ormStmtStepToSource,  //step to next source statement
ormRunToTerminate,    //run to termination -- identical to ormRun
ormRunUntilReturn,    //run until the current function returns
ormUnused);           //unused

Properties

Type Visibility Source Unit Parent
enum public ToolsAPI.pas ToolsAPI ToolsAPI

Description

Embarcadero Technologies does not currently have any additional information.