FMX.Memo.Types.TInsertOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TInsertOptions = set of TInsertOption;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

説明

一連の Types.TInsertOption 値を表します。


Types.TInsertOptions は、FMX.Memo.TCustomMemo.InsertAfter メソッドで使用される一連の Types.TInsertOption 値を表します。

関連項目