[fpc-pascal] IsValidIdent() with dots

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Mar 23 09:52:02 CET 2016


On Wed, 23 Mar 2016 10:28:15 +0200
Juha Manninen <juha.manninen62 at 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



More information about the fpc-pascal mailing list