DesignEditors.TSelectionEditor

From RAD Studio API Documentation
Jump to: navigation, search

DesignIntf.TBaseSelectionEditorSystem.TInterfacedObjectSystem.TObjectTSelectionEditor
[–] Properties
Type: class
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: DesignEditors

Delphi

TSelectionEditor = class(TBaseSelectionEditor, ISelectionEditor)

C++

class PASCALIMPLEMENTATION TSelectionEditor : public Designintf::TBaseSelectionEditor

Description

Base class for selection editor classes.

DesignEditors.TSelectionEditor inherits from DesignIntf.TBaseSelectionEditor. All content below this line refers to DesignIntf.TBaseSelectionEditor.

Base class for selection editor classes.

All selection editors are assumed to derive from this class. A default implementation for the ISelectionEditor interface is provided in the TSelectionEditor class.

See Also