FMX.ListView.TPresentedListView.ExecuteInterlocked

提供:RAD Studio API Documentation

Delphi

procedure ExecuteInterlocked(const P: TProc);

C++

void __fastcall ExecuteInterlocked(const System::Sysutils::_di_TProc P);

プロパティ

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


説明

別個のスレッドから呼び出された実行中の他の ExecuteInterlocked 呼び出しがない限り、指定された手続きを実行します。実行中の ExecuteInterlocked 呼び出しがある場合は、指定された手続きは決して実行されません。