Previous Topic: CA Plex Feature: Automatic Selector Functions

Next Topic: Creating a Property Sheet

Chapter Review

In this chapter, you:

This chapter introduced the following patterns:

Chapter Review (9)

Pattern

Description

CA Plex Object Types (3)

UISTYLE/FrameWizard

The parent function for a wizard sequence.

CA Plex Object Types (3)

UISTYLE/FrameChild

A child function that can be part of a wizard or a property sheet.

CA Plex Object Types (3)

UISTYLE/EditInsert

Enables you to add a database record.

Chapter Review (10)

UIBASIC/UIBasic

An abstract entity that scopes template views for primitive user interface functions.

This chapter introduced the following triples:

Triple

Description

FNC is a FNC

The source function inherits the properties of the target function.

ENT function FNC

Creates a function scoped by the source entity.

FNC comprises FNC

Connects the target function to the source function, without scoping one to the other.

FNC replaces VW
...by VW

Replaces an abstract template view with a view in your application.

FNC replaces FNC
...by FNC

Replaces references to one function with references to a different one.

FNC commit SYS

Enables commitment control for database changes.

FNC local FLD
...for VAR

Places a field in a local variable in a function’s action diagram.