System.RegularExpressions.TGroup.Success

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Success: Boolean read FSuccess;

C++

__property bool Success = {read=FSuccess};

Properties

Type Visibility Source Unit Parent
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroup

Description

A boolean indicating if the match of the corresponding portion of the regular expression was successful.

If Success is False, Length is set to 0 and Value is the empty string.

See Also