RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.UseQualifiedNames Property

Indicates whether all class names should be qualified by the name of the unit in which they are defined.

Pascal
property UseQualifiedNames: Boolean;
C++
__property Boolean UseQualifiedNames;

Set UseQualifiedNames to indicate whether class names need to be qualified by the name of the unit in which they are defined. In Windows versions of the IDE, for example, some components (such as TButton) appear both in the Windows-only and in the cross-platform component libraries. When writing such a component, setting UseQualifiedNames to true allows a reader to distinguish the Windows-only TButton control in StdCtrls from the cross-platform TButton control in QStdCtrls. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!