wwhelp::oTopic

The oTopic member is the key member that allows access to all of the topic data fields. All of the oTopic members map directly to the data fields of the project file. See Topic data field layout for more details.

o.oTopic

Example

o=CREATEOBJECT("wwHelp.wwHelp")

*** Open the help project - Force to reopen
o.Open("c:\temp\wchelp\wchelp.hbp",True)
o.LoadTopic("Class wwIPStuff",True)

*** oData Member contains topic data
lcTopic = o.oTopic.Topic
lcBody = o.oTopic.Body
lcPK = o.oTopic.PK

See also:

Class wwHelp | Topic data field layout

© West Wind Techologies, 1996-2023 • Updated: 10/20/12
Comment or report problem with topic