Class TCastleMOFile
Unit
Declaration
type TCastleMOFile = class(TMOFile)
Description
TMOFile descendant that allows iterating through all strings.
Hierarchy
- TObject
- TMOFile
- TCastleMOFile
Overview
Methods
constructor Create(const Stream: TStream); |
|
constructor Create(const Url: String); |
|
function ContainsKey(const TranslationId: String): Boolean; |
|
function ContainsKeyWithContext(const Context, Id: String): Boolean; |
|
function TranslateWithContext(const Context, Id: String): String; |
Properties
property Count: Cardinal read StringCount; |
|
property Keys[const AIndex: Cardinal]: String read GetKey; |
|
property Values[const AIndex: Cardinal]: String read GetValue; |
Description
Methods
constructor Create(const Stream: TStream); |
|
This item has no description. |
constructor Create(const Url: String); |
|
This item has no description. |
function ContainsKeyWithContext(const Context, Id: String): Boolean; |
|
This item has no description. |
function TranslateWithContext(const Context, Id: String): String; |
|
This item has no description. |
Properties
property Count: Cardinal read StringCount; |
|
This item has no description. |
property Keys[const AIndex: Cardinal]: String read GetKey; |
|
This item has no description. |
property Values[const AIndex: Cardinal]: String read GetValue; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.