Click here for NewsObjects Overview
FileName Property (Utility Control)
Windows - Visual C++


Read Only

Description
The FileName property returns the file name after the ShowFileDialog method has been called.

Syntax
Cstring text = GetFileName();

Void SetFileName(Cstring text);

The FileName syntax has these parts: 

Part

Description

text

A String containing the file name.

Back to: Utility Properties