System. sysutils. tmarshaller and system. tmarshal

Source: Internet
Author: User
Tmarshaller (structure) is implemented based on tmarshal (a class composed of a lot of class methods.

Tcyclaller can manage the cache automatically (automatically released) and securely. tcyclal also has an important method that the former does not have, such as the tcyclal. Copy () method.

With them, it will be more convenient to perform operations such as memory buffers and string transcoding.

{Test} procedure tform1.formcreate (Sender: tobject); var M: tsf-aller; PW: tptrwrapper; STR: string; BS: tbytes; begin BS: = bytesof ('in case of Delphi blog'); PW: = m. allocmem (length (BS); tmarshal. copy (BS, 0, PW, length (BS); STR: = tmarshal. readstringasansi (PW); showmessage (STR); PW: = m. asutf8 (STR); STR: = tmarshal. readstringasutf8 (PW,-1); showmessage (STR); end;

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.