On Wed, 23 Mar 2016 10:28:15 +0200
Juha Manninen <juha.mannine...@gmail.com> wrote:

> Hi
> 
> Is there a function like IsValidIdent but accepting also dots (.),
> as in name "TForm1.Action1Execute"?

FPC 3.1.1 has

function IsValidIdent(const Ident: string; AllowDots: Boolean = False; 
StrictDots: Boolean = False): Boolean;

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to