Jump to content


Stefan Pastrilov

Member Since 24 Sep 2006
Offline Last Active Oct 12 2014 12:56 PM
-----

Posts I've Made

In Topic: Error - Access Violation

11 October 2014 - 11:56 PM

Hello Boki,

Well it stops on 1811 (NxColumns) at line
  Grid := TNxCustomGrid(Owner);


function TNxColumns.IsReadingState: Boolean;
var
  Grid: TNxCustomGrid;
begin
  Grid := TNxCustomGrid(Owner);
  if csReading in Grid.ComponentState then Result := True else Result := False;
end;

Regards,
Stefan

In Topic: Scroll Bars

07 November 2013 - 11:40 AM

Hi Boki,

Thank you and I'm sorry for that stupid question. It was so easy...

Best regards,

Stefan