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....



TNumericFeedBack


Unit:SDL_filesys
Class:none
Declaration:TNumericFeedBack = procedure (Sender: TObject; const num: double) of object;

The type declaration TNumericFeedBack defines a general event type used to feedback numeric values in events. The  Sender parameter is the object that sends the notification. The parameter   num contains a numeric value set by the sending object.


Last Update: 2023-Feb-06