Sepi
Name
FindLabel
Parent
TSepiMethodCompiler
Visibility
PUBLIC
Description
Cherche un label nommé
Exception
ESepiLabelError Le label n'a pas été trouvé
Source code
function FindLabel ( const LabelName : string ; AllowCreate : Boolean = False ) : TSepiNamedLabel
Parameters
Parameter Description LabelName : STRING Nom du label recherché AllowCreate : BOOLEAN
Return
Types Description TSepiNamedLabel Label nommé
Sepi