mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
+ added IsLibrary and IsMultiThread variables
This commit is contained in:
parent
901072c39e
commit
d81c33347a
10
docs/ref.tex
10
docs/ref.tex
@ -4781,6 +4781,16 @@ The randomize function uses a seed stored in the \var{RandSeed} variable:
|
||||
\end{verbatim}
|
||||
This variable is initialized in the initialization code of the system unit.
|
||||
|
||||
Other variables indicate the state of the application.
|
||||
\begin{verbatim}
|
||||
IsLibrary : boolean;
|
||||
IsMultiThread : boolean;
|
||||
\end{verbatim}
|
||||
The \var{IsLibrary} variable is set to true if this module is a
|
||||
shared library instead of an application. The \var{IsMultiThread}
|
||||
variable is set to True if the application has spawned other
|
||||
threads, otherwise, and by default, it is set to False.
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Functions and Procedures by category
|
||||
\section{Function list by category}
|
||||
|
Loading…
Reference in New Issue
Block a user