View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005843 | JEDI VCL | 00 JVCL Components | public | 2012-03-26 18:31 | 2012-06-11 17:24 |
Reporter | Zod | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.45 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005843: if the parent form is NOT a TCustomForm the function GetParentForm produces an EAcessViolation | ||||
Description | if the parent form is NOT a TCustomForm the GetParentForm function produces an EAcessViolation. Proposed solution with try .. except: function TJvCaptionButton.GetParentForm: TCustomForm; begin try if Owner is TControl then Result := Forms.GetParentForm(TControl(Owner)) else Result := nil; except result := nil; end; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-26 18:31 | Zod | New Issue | |
2012-06-11 17:24 | obones | Note Added: 0019844 | |
2012-06-11 17:24 | obones | Relationship added | duplicate of 0005820 |
2012-06-11 17:24 | obones | Duplicate ID | 0 => 5820 |
2012-06-11 17:24 | obones | Status | new => resolved |
2012-06-11 17:24 | obones | Resolution | open => duplicate |
2012-06-11 17:24 | obones | Assigned To | => obones |