[Overview][Procedures and functions][Index] |
Appends a colon symbol to the given text
Source position: fpg_utils.pas line 45
function fpgAddColon( |
const AText: TfpgString |
):TfpgString; |
Appends a colon symbol to the given text. This is so that when we support LTR and RTL languages, the colon will be added at the correct place. Currently the RTL behaviour has not been implemented yet.