Sysutils. fmtstr, sysutils. format-format output

Source: Internet
Author: User
Fmtstr is a process that uses the first parameter to return the result. format is a function, and the returned value is the result of the format. For example:
VaR STR: string; begin fmtstr (STR, 'maximum INTEGER: % d', [maxint]); showmessage (STR); {maximum integer: 2147483647} STR: = format ('maximum INTEGER: % d', [maxint]); showmessage (STR); {maximum integer is: 2147483647} {By the way, the showmessagefmt method} showmessagefmt ('maximum INTEGER: % d', [maxint]); {maximum integer is: 2147483647} {their formatting parameters are the same} end;

 

Formatting functions are very powerful, with a special introduction: http://www.cnblogs.com/del/archive/2007/12/18/1005161.html

Directory of common functions under the sysutils Unit

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.