Introduction to Delphi strings and Delphi strings

Source: Internet
Author: User

Introduction to Delphi strings and Delphi strings

I used to program Windows under Delphi and used to use strings. At that time, the string starts from serial number 1, not 0.

Currently, Delphi supports multiple platforms, and the situation may change.

1. In VCL mode (Windows only), the string is the same as before. It still starts from 1; the previous string functions such as Copy and Pos can still be used.

2. In FireMonkey mode, the string starts from 0 regardless of whether the compiled target platform is Windows or not. In this case, we want to perform operations such as Copy and Pos. Instead of using previous functions, we 'd better use the string's Helper function. For example, a string S: string can be defined. You can use S. Remove.

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.