FMX.Memo.Types.TInsertOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInsertOptions = set of TInsertOption;

C++

typedef System::Set<TInsertOption, _DELPHI_SET_ENUMERATOR(TInsertOption::Selected), _DELPHI_SET_ENUMERATOR(TInsertOption::Typed)> TInsertOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

Description

Represents a set of Types.TInsertOption values.

Types.TInsertOptions represents a set of Types.TInsertOption values used by the FMX.Memo.TCustomMemo.InsertAfter method.

See Also