Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:HelpText

46         for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:

120 helpText = IniGetValue(JetDefs.JETCREATOR_HLP, ctrlList, Lbl)
121 if helpText > "":
122 self.ctrls[Text].SetHelpText(helpText)