/
BoolToStr

BoolToStr

Parameter

(BoolValue : Boolean) : String;

Beschreibung

Wandelt die Boolean-Variable in einen String um: „True“ oder „False“.

Beispiel

ShowMessage( BoolToStr(False) );

Related content

StrToBool
More like this
VarToBoolean
More like this
IsValidIdent
More like this
IsValidIdent
More like this
IsValidIdent
More like this
VarIsInitial
More like this