Skip to main content

TcxCustomGridRecord.MakeVisible Method

Makes the current record visible.

Declaration

procedure MakeVisible;

Remarks

The MakeVisible method scrolls the View so that the current record becomes visible. To ascertain whether the record is currently visible, see the Visible property.

A View does not provide access to records hidden within collapsed groups. In order to display such records, call the Expand method for the appropriate group row.

See Also