Function as arg (in VB please)

Can i pass a function as argument of another subroutine or function

1 Reply

CB Clay Burch Syncfusion Team July 19, 2002 07:26 AM UTC

You need to use a delagate function for this. This FAQ declares a delegate named delegateGetIconIndexForRow and passes it to the contructor of a class. You can see VB code there. George Shepherd's Windows Forms FAQ contains an entry entitled: How can I have a column of icons in my datagrid? Check it out at: http://www.syncfusion.com/faq/winforms/search/837.asp

Loader.
Up arrow icon