(BoolValue : Boolean) : String;
Wandelt die Boolean-Variable in einen String um: „True“ oder „False“.
ShowMessage( BoolToStr(False) );