API:DesignEditors.TEditActionSelectionEditor

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TEditActionSelectionEditor = class(TSelectionEditor)

C++

class PASCALIMPLEMENTATION TEditActionSelectionEditor : public TSelectionEditor

Description


Base class for selection editor classes.

DesignEditors.TEditActionSelectionEditor 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