ToolsAPI.TOTARunMode

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public ToolsAPI.pas ToolsAPI ToolsAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !