FMX.ListView.Types.IListViewExtrasProvider.GetHasData

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

Delphi

function GetHasData(const Index: Integer; const DataIndex: string): Boolean;

C++

virtual bool __fastcall GetHasData(const int Index, const System::UnicodeString DataIndex) = 0 ;

プロパティ

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


説明

GetHasData はブーリアン値です。Index にある項目に、DataIndex でインデックス付けされたデータがある場合、true を返します。

関連項目