MemberClassLibrary Property

Specifies the name of the class library containing the member class in the MemberClass property. Read/write at design time and run time.

For a Column parent container and its header members, use the HeaderClassLibrary property instead of MemberClassLibrary.

Object.MemberClassLibrary [ = cClassFile ]

Return Value

  • cClassFile
    Specifies the file name containing the member class in MemberClass.

Remarks

Applies To: PageFrame Control | CommandGroup Control | OptionGroup Control | Grid Control

Visual FoxPro includes the MemberClassLibrary visual class library (.vcx) or program (.prg) in the project during a project build.

If you set MemberClassLibrary at run time, you must use the full file name including the file extension.

If you specify MemberClassLibrary without specifying MemberClass, Visual FoxPro does not generate an error; however, it uses the base class when adding a new member and disregards the property specified.

For additional information about the MemberClassLibary and MemberClass properties, see MemberClass Property.

See Also

Reference

Member Classes (Visual FoxPro)

MemberClass Property

HeaderClassLibrary Property

Other Resources

Properties (Visual FoxPro)