ToolsAPI.TOTARunMode

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
enum public ToolsAPI.pas ToolsAPI ToolsAPI

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。