Project Analyzer

Data output - PicInfo sample application

This report lists the ways other modules can retrieve data from a module.
Data can be retrieved via Friend and Public variables, properties, functions
and events. Procedures with 'out' parameters are also included.

Form PicForm

Module PicMain

Public  
var ProgramTitle
Function ShowFileOpenDialog()

Class IPicInfo

Public  
Property Get Filename()
Property Get MaxColors()
Function ReadFile()
Property Get Size()

Class PicBMP

Implements IPicInfo

Class PicGIF

Implements IPicInfo
Friend  
Property Get Version()

Color legend

Green Implements