Data read access - PicInfo sample application

This reports lists how other modules can read variables and properties
in a module.

Form PicForm

Module PicMain

Public  
var ProgramTitle As String

Class IPicInfo

Public  
Property Get Filename() As String
Property Get MaxColors() As Variant
Property Get Size() As IPicInfo.TPicSize

Class PicBMP

Implements IPicInfo

Class PicGIF

Implements IPicInfo
Friend  
Property Get Version() As String

Color legend

Green Implements