cadetill's blog Copyright © Xavier Martínez (cadetill)

Class TGMPersistentStr

Unit

Declaration

type TGMPersistentStr = class(TGMPersistent, IGMToStr, IGMOwnerLang)

Description

Base class for all classes that inherit from TGMPersistent into GMLib and implements IGMToStr and IGMOwnerLang interfaces.

Hierarchy

Overview

Methods

Protected function GetOwnerLang: TGMLang; virtual;
Protected function PropToString: string; virtual;

Description

Methods

Protected function GetOwnerLang: TGMLang; virtual;

Returns the TGMLang of the Owner.

If Owner is not assigned or not supports IGMOwnerLang interface then should be returned lnEnglish.

Returns

TGMLang of the owner object.

Protected function PropToString: string; virtual;

Converts all class properties values to a string separated by comma used to send values to a JavaScript function.

Returns

string with all properties.


Generated by PasDoc 0.15.0.