FMX.Grid.TCustomGrid.SetSelected

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

Delphi

procedure SetSelected(const Value: Integer); virtual;

C++

virtual void __fastcall SetSelected(const int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

説明

Selected プロパティを操作するための protected 設定メソッドの実装です。

関連項目