Date: 02-16-2022
Return to Index
created by gbSnippets
'Edit controls are a class of controls, consisting of more
'than just a TextBox.
'In particular, edit controls are found within other common
'controls. The ComboBox control, in Simple or Dropdown style,
'contain an embedded edit control. Likewise, the TreeView
'and ListView common controls use an embedded edit control to
'perform in-place editing of Tree node text and List item text,
'respectively.
'It's not unusual for edit controls, even those embedded within
'other controls, to be referred to simply as textboxes.
'PowerBASIC has a variety of statements/functions which can
'manipulate the text in textboxes created with the Control Add Textbox
'statement.
'The textbox control, and all other edit controls, also respond
'to a variety of Window or Edit Control-specific API.
'gbs_00547
http://www.garybeene.com/sw/gbsnippets.htm