[Overview][Resource strings][Constants][Procedures and functions][Index] |
A utility function to add a colon at the correct location in a string
Source position: fpg_constants.pas line 99
function fpgAddColon( |
const AText: TfpgString |
):TfpgString; |
A utility function to add a colon at the correct location in a string. This is so that when fpGUI supports LTR and RTL languages, the colon will be added at the correct place.