System.SysUtils.TStringBuilder.FData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FData: string;

C++

System::UnicodeString FData;

Properties

Type Visibility Source Unit Parent
field protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

Description

FData is an array of characters used to store the string data.

The FData field is used internally to store an array of characters, which represents the string that is being build.

See Also