The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnRequestEditFormat


Unit:SDL_replist
Class:TReportListView
Declaration:property OnRequestEditFormat: TRequestEditFormatEvent;
{ TRequestEditFormatEvent = procedure (Sender: TObject; Col, Row: longint; var Format: string) of object; }

This event is triggered upon starting the row editor (method EditRowEntries), once for each column. See TRequestEditFormatEvent for further details.

Example: This event is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): replistv



Last Update: 2023-Dec-13