Concept Framework 2.2 documentation Contents | Index

RImage.Filename

Name Type Access Version Deprecated
Filename property public version 1.0 no

Prototype:
Read/Write property Filename=[szFileName]


Description:
Sets or get the filename that is loaded, sent to the client and rendered into the application. If the same picture is rendered into different RImages is recommended to minimize the traffic volume on the network by using the RenderImage property.

Example:
	// loads an image
	Image.Filename="test.jpg";
	Image.Show();

Returns:
Returns the filename of the rendered image.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:07 2013 GMT(c)2013 Devronium Applications