mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +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{\seef}[1]{\seefl{#1}{#1}}
|
||||||
\newcommand{\seep}[1]{\seepl{#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{\seevar}[1]{\seevarl{#1}{#1}}
|
||||||
\newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
|
\newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
|
||||||
%
|
%
|
||||||
|
@ -249,11 +249,11 @@ as follows:
|
|||||||
Function Date: TDateTime;
|
Function Date: TDateTime;
|
||||||
\Description
|
\Description
|
||||||
\var{Date} returns the current date in \var{TDateTime} format.
|
\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
|
\Errors
|
||||||
None.
|
None.
|
||||||
\SeeAlso
|
\SeeAlso
|
||||||
\seef{Time},\seef{Now}, \seety{TDateTime}.
|
\seef{Time},\seef{Now}, \seetype{TDateTime}.
|
||||||
\end{function}
|
\end{function}
|
||||||
|
|
||||||
\latex{\lstinputlisting{sysutex/ex1.pp}}
|
\latex{\lstinputlisting{sysutex/ex1.pp}}
|
||||||
@ -287,7 +287,7 @@ Function DateTimeToStr(DateTime: TDateTime): string;
|
|||||||
\Errors
|
\Errors
|
||||||
None.
|
None.
|
||||||
\SeeAlso
|
\SeeAlso
|
||||||
\seef{FormatDateTime}, \seety{TDateTime}.
|
\seef{FormatDateTime}, \seetype{TDateTime}.
|
||||||
\end{function}
|
\end{function}
|
||||||
|
|
||||||
\latex{\lstinputlisting{sysutex/ex3.pp}}
|
\latex{\lstinputlisting{sysutex/ex3.pp}}
|
||||||
|
Loading…
Reference in New Issue
Block a user