User Tools

Site Tools


editfontclass_functional_organization_expected_use.htm
Navigation:  ABC Library Reference > EditFontClass > EditFontClass Methods >====== EditFontClass Functional Organization - Expected Use C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

As an aid to understanding the EditFontClass it is useful to organize its methods into two large categories according to their expected use–the primary interface and the virtual methods. This organization reflects what we believe is typical use of the EditFontClass methods.

Non-Virtual Methods

The Non-Virtual Methods, which you are likely to call fairly routinely from your program, can be further divided into three categories:

Housekeeping (one-time) Use:

Init (vi) initialize the EditFontClass object
Kill (vi) shut down the EditFontClass object

Mainstream Use:

TakeEvent (v) handle events for the edit control

Occasional Use:

CreateContol (v) create the edit (COMBO) control
SetAlerts (vi) alert keystrokes for the edit control

(v) These methods are also virtual.

(i) These methods are inherited from the EditClass

Virtual Methods

Typically you will not call these methods directly–the Non-Virtual Methods call them. However, we anticipate you will often want to override these methods, and because they are virtual, they are very easy to override. These methods do provide reasonable default behavior in case you do not want to override them.

Init (i) initialize the EditFontClass object
CreateContol create the edit (COMBO) control
SetAlerts (i) alert keystrokes for the edit control
TakeEvent handle events for the edit control
Kill (i) shut down the EditFontClass object
editfontclass_functional_organization_expected_use.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1