Libraries
WebHub
ZaphodsMap
TPack
NativeXml
ldiRegEx
BestCentralInfo Routine |
Declaration
Unit
Description
A pointer to a TwhCentralInfo component (not fast)
This routine looks in a series of places to find the "best" central info component. First it looks for pWebApp to see whether it already knows where the Central Info component is. If there is none, it searches through the entire application looking for a component of the appropriate class. It will accept any one except one defined inside the WebHub Wizards' shared datamodule (which can be present when using the components in the Delphi IDE).
Because it can take time to search for the best component, we recommend that you use pWebApp.CentralInfo whenever possible.
Version-Specific Notes
For WebHub Components v1.000 to v2.093
Previously webInfoU.WebInfo
Earlier versions of WebHub included a global variable named WebInfo, declared in the webInfoU unit. This variable was not reliable when used inside the Delphi IDE.
Running DynHelp.exe v1.2.0.6 on WebHub-v2.128 built by D15
Calc time: 140 ms

