Icon BeforeLoad Event

property BeforeLoad: TDataSetEvent

Usage

Available In: Client and Server Applications

This event is triggered before the LoadRows method starts. Return False from the event handler to prevent the rows load operation from occurring.
Image