System.RegularExpressions.TMatch.Length
Delphi
property Length: Integer read GetLength;
C++
__property int Length = {read=GetLength};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | TMatch |
Description
Spécifie la longueur de la sous-chaîne correspondant à l'expression régulière.