Subject | RE: [IBO] Custom Glyphs |
---|---|
Author | Malcolm Smith |
Post date | 2002-08-26T10:23:13Z |
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
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