View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003482 | JEDI VCL | 00 JVCL Components | public | 2006-01-31 09:30 | 2006-02-06 07:10 |
| Reporter | ZENsan | Assigned To | obones | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Product Version | 3.10 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0003482: Need TJvXPCheckbox.State property | ||||
| Description | It's verry stupid situation, when I need to change checkbox state without calling OnClick event... Because when I use "Box1.Checked:=true;" OnClick event occurs - this is ok, but if I want only change visual state??? Why I need to write something like this "Box1.OnClik:=nil; Box1.State:=cbChecked; Box1.OnClick:=Box1Click;" | ||||
| Tags | No tags attached. | ||||