Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCell6 IsSet IsSet Return True if Cell's value is different than default value. pasfunction IsSet: Boolean; virtual; Example pasNextGrid61.Cell[0, 2].AsInteger := 0; // IsSet return False NextGrid61.Cell[0, 2].AsString := ""; // IsSet return False In this example column with Index 0 is Number Column.
IsSet Return True if Cell's value is different than default value. pasfunction IsSet: Boolean; virtual; Example pasNextGrid61.Cell[0, 2].AsInteger := 0; // IsSet return False NextGrid61.Cell[0, 2].AsString := ""; // IsSet return False In this example column with Index 0 is Number Column.