Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2199

Summary: AColumn is nil at OnColumnResized event
Product: TeeGrid for Delphi Reporter: yeray alonso <yeray>
Component: GridAssignee: david berneda <david>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2019-05-17 05:45:18 EDT
For example, you can add the OnColumnResized event to the Grid in the "VirtualData\Array" example here:

https://github.com/Steema/TeeGrid/tree/master/demos/VirtualData/Array

The OnColumnResized event gives an AColumn: TColumn parameter, but it's nil.