OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Modifying Existing Templates

Once you have created an instance of a template class, you usually do not need to modify the template object.

However, you might want to modify the properties with which you constructed the template by using the following access functions:

FunctionsDescription
TDocTemplate::GetFileFilter, TDocTemplate::SetFileFilterGet and set the string used to filter file names in the current directory.
TDocTemplate::GetDescription, TDocTemplate::SetDescriptionGet and set the text description of the template class.
TDocTemplate::GetDirectory, TDocTemplate::SetDirectoryGet and set the default directory.
TDocTemplate::GetDefaultExt, TDocTemplate::SetDefaultExtGet and set the default file extension.
TDocTemplate::GetFlags, TDocTemplate::IsFlagSet, TDocTemplate::SetFlag, TDocTemplate::ClearFlagGet and set the flag settings.

See Also