DesignEditors.TSelectionEditor.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: DesignEditors.pas DesignEditors.hpp
| |
Unit: DesignEditors | |
Parent: TSelectionEditor |
Delphi
constructor Create(const ADesigner: IDesigner); override;
C++
__fastcall virtual TSelectionEditor(const Designintf::_di_IDesigner ADesigner);
Description
Creates and initializes a TBaseSelectionEditor instance.
DesignEditors.TSelectionEditor.Create inherits from DesignIntf.TBaseSelectionEditor.Create. All content below this line refers to DesignIntf.TBaseSelectionEditor.Create.
Creates and initializes a TBaseSelectionEditor instance.
Call Create to obtain a new instance of the TBaseSelectionEditor class.