System.RegularExpressions.TMatch.Index

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

Delphi

property Index: Integer read GetIndex;

C++

__property int Index = {read=GetIndex};

プロパティ

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


説明

正規表現と合致した部分文字列の開始位置。

Index は、1 から始まる位置で、0 始まりの位置ではありません。