Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ControlStyle 1

Status
Not open for further replies.

teubenragee

Programmer
May 22, 2001
27
0
0
DE
How Should I do to change a ControlStyle property in a CheckBox ( it is a pascal property and in C++ it is not TcontrolStyle type but Controls_8 or smthg like that)
 
Greetinx!

Here example:
TConstrolStyle style;
style << csCaptureMouse;
//adding value
style >> csClickEvents;//removing value
[/i]
Happy programming!))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top