FMX.Memo.Style.TEditActionStack.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AOwner: TStyledMemo);

C++

__fastcall TEditActionStack(TStyledMemo* const AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TEditActionStack

Description

Create stack.

FMX.Memo.Style.TEditActionStack.Create inherits from System.Generics.Collections.TStack.Create. All content below this line refers to System.Generics.Collections.TStack.Create.

Create stack.

This method creates and initializes a TStack instance.

Collection is a collection whose objects are pushed onto the stack in the order they are in Collection.

Create is an O(n) operation, where n is the number of elements in Collection.

See Also