IPWorks 2020 C++ Builder Edition

Questions / Feedback?

DecodedData Property

The decoded data.

Syntax

__property String DecodedData = { read=FDecodedData, write=FSetDecodedData };
__property DynamicArray<Byte> DecodedDataB = { read=FDecodedDataB, write=FSetDecodedDataB };

Default Value

""

Remarks

This property contains the decoded data. When uuencoding, the value of FileName is the filename that will be written in EncodedData. If FileName is empty, an error will be returned.

This property is not available at design time.

Data Type

Byte Array

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]