FMX.Utils.TNonReentrantHelper.LeaveSection

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

Delphi

class procedure LeaveSection(var Guard: Boolean); inline;

C++

__classmethod void __fastcall LeaveSection(bool &Guard);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils TNonReentrantHelper


説明

コードの再入不能なセクションから出ます。

LeaveSectionFalse を返します。LeaveSection では Guard 値を False に変更します。

メモ: LeaveSection を呼び出すのは、同じ Guard 値を True に設定して EnterSection を呼び出した後に限ります。

関連項目