ToolsAPI.TOTARegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTARegion = packed record

C++

struct DECLSPEC_DRECORD TOTARegion
{
public:
    TOTARegionKind RegionKind;
    TOTACharPos Start;
    TOTACharPos Stop;
    System::UnicodeString Name;
    bool Active;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

Description

Embarcadero Technologies does not currently have any additional information.