Class TAssetStream

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAssetStream = class(TStream)

Description

Special stream type that is used to read assets on Android platform. This stream serves no purpose on other platforms.

Hierarchy

  • TStream
  • TAssetStream

Overview

Methods

Public constructor Create(const AFileName: StdString);

Properties

Public property FileName: StdString read FFilename;

Description

Methods

Public constructor Create(const AFileName: StdString);

Creates instance of asset stream to read from the specified file, which must be located in /assets sub-folder of current Android package.

Properties

Public property FileName: StdString read FFilename;

Asset file name, which must be located in /assets sub-folder.


Copyright © 2000 - 2017 Yuriy Kotsarenko. Help files generated by PasDoc.