ToolsAPI.TOTARunMode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

C++

enum DECLSPEC_DENUM TOTARunMode : unsigned char { ormRun, ormRunToEntry, ormRunToMain, ormRunToCursor, ormStmtStepInto, ormStmtStepOver, ormInstStepInto, ormInstStepOver, ormStmtStepToSource, ormRunToTerminate, ormRunUntilReturn, ormUnused };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.