소스 검색

+ added IsLibrary and IsMultiThread variables

carl 24 년 전
부모
커밋
d81c33347a
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      docs/ref.tex

+ 10 - 0
docs/ref.tex

@@ -4781,6 +4781,16 @@ The randomize function uses a seed stored in the \var{RandSeed} variable:
 \end{verbatim}
 \end{verbatim}
 This variable is initialized in the initialization code of the system unit.
 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
 % Functions and Procedures by category
 \section{Function list by category}
 \section{Function list by category}