System.RegularExpressions.TGroup.Success

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

Delphi

property Success: Boolean read FSuccess;

C++

__property bool Success = {read=FSuccess};

プロパティ

種類 可視性 ソース ユニット
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroup

説明

正規表現の対応部分が一致したかどうかを示す論理型。

Success が False の場合、Length は 0 に設定され、Value は空の文字列になります。

関連項目