Icon BeforeLoadColumns Event

property BeforeLoadColumns: TDataSetEvent

Usage

Available In: Client and Server Applications

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