OWLNext 7.0
Borland's Object Windows Library for the modern age
|
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:
Functions | Description |
TDocTemplate::GetFileFilter, TDocTemplate::SetFileFilter | Get and set the string used to filter file names in the current directory. |
TDocTemplate::GetDescription, TDocTemplate::SetDescription | Get and set the text description of the template class. |
TDocTemplate::GetDirectory, TDocTemplate::SetDirectory | Get and set the default directory. |
TDocTemplate::GetDefaultExt, TDocTemplate::SetDefaultExt | Get and set the default file extension. |
TDocTemplate::GetFlags, TDocTemplate::IsFlagSet, TDocTemplate::SetFlag, TDocTemplate::ClearFlag | Get and set the flag settings. |