DesignIntf.TRegisterSelectionEditorProc

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

TRegisterSelectionEditorProc = procedure (AClass: TClass; AEditor: TSelectionEditorClass);

C++

typedef void __fastcall (*TRegisterSelectionEditorProc)(System::TClass AClass, TSelectionEditorClass AEditor);

Description

Embarcadero Technologies does not currently have any additional information.