FMX.ListView.Types.TListItemView.FindObject

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

Delphi

function FindObject(const AName: string): TListItemDrawable; deprecated 'Use FindDrawable';

C++

TListItemDrawable* __fastcall FindObject _DEPRECATED_ATTRIBUTE1("Use FindDrawable") (const System::UnicodeString AName);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemView


説明

警告: FindObject は非推奨になっています。 FindDrawable を使用してください。

指定された名前描画可能リスト項目を、ビュー リストから返し、もし指定された名前を持つものがない場合には、nil を返します。