Subject RE: [IBO] Custom Glyphs
Author Malcolm Smith
What is the Low() and High() - I'm using C++Builder.

Mal

---------
I had the following code in the Forms ONSHOW :-

for x := Low( navMaster.Buttons ) to High( navMaster.Buttons ) do
navMaster.Buttons[x].numGlyphs := 2;

NB : navMaster is the name of the navigation bar