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


Description
The FileLocation property returns or sets the file location used to locate the ticker and subject files.

Syntax
CString text = GetFileLocation();
void SetFileLocation(LPCTSTR text);

The FileLocation syntax has these parts:

Part

Description

text

A String containing the full path to the file location.

See Also: ShowTickers ShowSubjects IniType

Back to: Utility Properties