| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Interface IGMToStr
Unit
Declaration
type IGMToStr = interface(IInterface)
Description
Interface that provide access to convert all object properties to a string.
It should be a protected method from class that define this interface.
Attributes
- GUID['{314C6DAD-B258-4D0C-A275-229491430B65}']
Hierarchy
- IInterface
- IGMToStr
Overview
Methods
![]() |
function PropToString: string; |
Description
Methods
![]() |
function PropToString: string; |
|
Converts all class properties values to a string separated by comma used to send values to a JavaScript function. Returnsstring with all properties. | |
Generated by PasDoc 0.15.0.
