"See Also" section

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

"See Also" section

Post by AZJIO »

Here is a list of functions that should have a link between them

FindString <-> ReplaceString
Prototype <-> Building a DLL
CreatePopupImageMenu <-> SysTrayIconMenu
ReplaceString <-> ReplaceRegularExpression
Structure <-> Compiler Functions
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: "See Also" section

Post by Andre »

Added the following links (for now):
AZJIO wrote: Fri Apr 19, 2024 9:07 pm FindString <-> ReplaceString
CreatePopupImageMenu <-> SysTrayIconMenu
ReplaceString <-> ReplaceRegularExpression
The others are not so easy, as here are now library commands involved (= no 'See Aslso' section).
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

Re: "See Also" section

Post by AZJIO »

ResizeGadget <-> ResizeWindow ——— (Sometimes I opened the wrong function, and when I understood you have to look for it again)
ResizeGadget -> BindEvent ——— (I have always used an example from BindEvent)
StringByteLength <-> Len ——— (the length of the buffer is often determined by one of these functions)
CreatePreferences <-> ProgramParameter ——— (Both methods of transmitting parameters from outside)
GetPathPart -> ProgramFilename ——— (I often need to get a work folder of the program)
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: "See Also" section

Post by Andre »

AZJIO wrote: Fri Feb 28, 2025 4:16 am ResizeGadget <-> ResizeWindow ——— (Sometimes I opened the wrong function, and when I understood you have to look for it again)
ResizeGadget -> BindEvent ——— (I have always used an example from BindEvent)
StringByteLength <-> Len ——— (the length of the buffer is often determined by one of these functions)
CreatePreferences <-> ProgramParameter ——— (Both methods of transmitting parameters from outside)
GetPathPart -> ProgramFilename ——— (I often need to get a work folder of the program)
Added.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply