TClientDataSet |
Top Previous Next |
DFM-Translator > Special assignments > Binary data > TClientDataSet If treated in the same way as other binary data, the data in a TClientdataset cause a stack overflow, because these data can be very large.
The data of a TClientdataset are used only at design time. In fact, these data are only needed for display at design time. Therefore, the output of this data is suppressed in Delphi2Cpp and only a small comment is output
// The data of a TClientdataset are only used at design time
However, if you like, you can try to construct the assignment procedure AssignTClientDataSetData by use of the type TClientDataSet and the property Data.
The field definition of a client data set are a special case of collection assignments.
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |