RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.IsLibrary Variable

Indicates whether the module is a shared library.

Pascal
IsLibrary: Boolean;
C++
Boolean IsLibrary;

The IsLibrary variable is true if the module is a dynamic link library (Windows) or shared object (Linux). 

 

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