Vcl.ExtActns.TRichEditSpellCheck.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TRichEditSpellCheck(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TRichEditSpellCheck |
Description
Creates an instance of TRichEditAction.
Vcl.ExtActns.TRichEditSpellCheck.Create inherits from Vcl.ExtActns.TRichEditAction.Create. All content below this line refers to Vcl.ExtActns.TRichEditAction.Create.
Creates an instance of TRichEditAction.
Most applications do not need to call the TRichEditAction constructor because actions are added at design time to an action list or action manager.
AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TRichEditAction instance.