FMX.ListView.TPresentedListView.ExecuteInterlocked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteInterlocked(const P: TProc);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

Description

Executes the specified procedure as long as there is no other call to ExecuteInterlocked in progress called from a separate thread. If there is a call to ExecuteInterlocked in progress, the specified procedure is never executed.