| Home | Previous Lesson: Advantages Next Lesson: Getting Your Bearings |
The PowerBuilder Foundation Class Library (PFC) is a combination of reusable & extendible classes and framework. PFC is the first class library that uses the service-oriented classes approach. PFC comes with enterprise PowerBuilder. If you are a PowerBuilder desktop user, you can purchase advanced developers kit in which PFC is included. The following is a list of some PFC features:
PFC is spanned over ten libraries.
|
Base Class Libraries |
Extension Layer Class Libraries |
|
PFCMAIN.PBL: Contains basic services |
PFEMAIN.PBL |
|
PFCAPSRV.PBL: Application Services |
PFEAPSRV.PBL |
|
PFCDWSRV.PBL: DataWindow Services |
PFEDWSRV.PBL |
|
PFCWNSRV.PBL: Window Services |
PFEWNSRV.PBL |
|
PFCUTIL.PBL: Utility Services |
PFEUTIL.PBL |
There are two more libraries PFCSECAD.PBL, PFCSECSC.PBL, that come with PFC. The first library contains security administration related services and the later contains Security system scanner application. These two libraries have no extension libraries.
| Home | Previous Lesson: Advantages Next Lesson: Getting Your Bearings |