mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* type reference command changes
This commit is contained in:
parent
022e44bb17
commit
f84af2f1c2
@ -130,7 +130,7 @@
|
||||
%
|
||||
\newcommand{\seef}[1]{\seefl{#1}{#1}}
|
||||
\newcommand{\seep}[1]{\seepl{#1}{#1}}
|
||||
\newcommand{\seetype}[1]{\seetyl{#1}{#1}}
|
||||
\newcommand{\seetype}[1]{\seetypel{#1}{#1}}
|
||||
\newcommand{\seevar}[1]{\seevarl{#1}{#1}}
|
||||
\newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
|
||||
%
|
||||
|
@ -249,11 +249,11 @@ as follows:
|
||||
Function Date: TDateTime;
|
||||
\Description
|
||||
\var{Date} returns the current date in \var{TDateTime} format.
|
||||
For more information about the \var{TDateTime} type, see \seety{TDateTime}.
|
||||
For more information about the \var{TDateTime} type, see \seetype{TDateTime}.
|
||||
\Errors
|
||||
None.
|
||||
\SeeAlso
|
||||
\seef{Time},\seef{Now}, \seety{TDateTime}.
|
||||
\seef{Time},\seef{Now}, \seetype{TDateTime}.
|
||||
\end{function}
|
||||
|
||||
\latex{\lstinputlisting{sysutex/ex1.pp}}
|
||||
@ -287,7 +287,7 @@ Function DateTimeToStr(DateTime: TDateTime): string;
|
||||
\Errors
|
||||
None.
|
||||
\SeeAlso
|
||||
\seef{FormatDateTime}, \seety{TDateTime}.
|
||||
\seef{FormatDateTime}, \seetype{TDateTime}.
|
||||
\end{function}
|
||||
|
||||
\latex{\lstinputlisting{sysutex/ex3.pp}}
|
||||
|
Loading…
Reference in New Issue
Block a user