ToolsAPI.Editor.INTACodeEditorServices280.IsIDEEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsIDEEditor(const Control: TWinControl): Boolean;

C++

virtual bool __fastcall IsIDEEditor(Vcl::Controls::TWinControl* const Control) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorServices280

Description

IsIDEEditor checks if the control is an IDE Code Editor instance.

See Also