backanim

  JR-FileViewer
Properties   Methods   Events
   

jrsoftlogo

            OnItemClick

           

  Description:

Fired when a ListItem is clicked.

           

  ico_syntax Syntax:

Sub FileViewer1.OnItemClick(ByVal Item As _JRFileListItem)

 

  ico_einstellungen
Return Values:

JRFileListItem

a object with up to 17 informations of the file

             

  ico_einstellungen Example:

       

    Private Sub filev1_OnItemClick(ByVal item As JRFileListItem)
    Dim xname$
    Label3(3).Caption = item.DisplayName
    End Sub