Field WdgCallbacks

The callback events an object can raise.

Valid Values

An integer code combining the following values:

Code

Meaning

0

No callback events are raised.

1

When the object is modified (MODIFIED).

2

When a click is applied to the object (CLICK).

4

When a double-click is applied to the object (DOUBLECLICK).

8

When a right-click is applied to the object (RIGHTCLICK).

16

When an ActiveX object raises a callback event (ACTIVEX).

32

When a click occurs on the header of the object (HEADER).

64

When the object gets the focus (GOTFOCUS).

128

When the object loses focus (LOSTFOCUS).

256

When the object loses focus after being modified (LOSTFOCUSMODIFIED).

Remarks

Only resizable windows can have menus.

Example: If the object has to raise a GotFocus event and a Click event, the WdgCallbacks would contain (2 + 64) = 66.

Field WdgCSS

Provides extra information about the object being used.

Valid Values

A character string, up to 512 characters long either blank or in JSON format.

Remarks

The WdgCSS values for the objects involved present either a blank value or a free-format JSON syntax containing additional information about the object. This extra information may be Data Dictionary fields valid only to the particular object or implemented for future use.

Example

{"icon": "c:/images/zx.ico", "smallincrement":30}

ZIM:X allows JSON data format to be retrieved by the means of the $FindJSON function if the above value would be stored in FFs.WdgCSS:

LIST FFs FORMAT $FindJSON(WdgCSS, "smallincrement")
30

See Also

$FindJSON

Field WdgAppearance

The “appearance” of an object.

Valid Values

An integer code combining the following values:

Code

Meaning

0

All clear. No settings.

1

The window has a caption.

2

The window is resizeable.

4

The window allows minimization.

8

The window allows maximization.

16

The modal behavior.

32

The window has scrollbars.

64

This window is always on top.

128

The auto-size attribute.

256

The window can be moved.

512

This window allows Microsoft Windows windows to be on top.

1024

This window allows operating system windows to be on top.

2048

The window has a status bar.

4096

The window has a system menu.

8192

This window may be clipped (become a child window) to its parent.

16384

The window has the close button.

Remarks

Only resizable windows can have menus.

Example: If the window has a caption, is resizable and has a close button, the value would be (1 + 2 + 16384) = 16387.

Field WdgCol

The horizontal position of the left edge of the object, expressed in twips.

Required: Either Col (characters) or WdgCol (twips) must be specified

Valid Values

A number (longint)

Remarks

In DisplayForms, indicates the horizontal position of the left edge of the first occurrence of the form in relation to the display.

In FormFields, indicates the horizontal position of the left edge of the form field in relation to its parent object (form field, form, menu).

In Menus, indicates the horizontal position of the left edge of the menu in relation to the window.

In Windows, indicates the horizontal position of the left edge of the window. For a pop-up window, this position is relative to the screen; for a clipped window, this position is relative to its parent window’s client area.

See Also

Col, WdgClass, WdgRow

Field WdgRow

The vertical position of the top edge of the object, expressed in twips.

Valid Values

A non-negative number (longint)

Remarks

In DisplayForms, indicates the vertical position of the top edge of the first occurrence of a repeated form in relation to the display.

In FormFields, indicates the vertical position of the top edge of the form field in relation to the form field’s parent object (form or other form field, or menu or other menu item).

In Menus, indicates the vertical position of the top edge of the menu in relation to the screen. Applies only to menus of the Pop-up class.

In Windows, indicates the vertical position of the top edge of the window. For a pop-up window, this position is relative to the screen; for a clipped window, this position is relative to its parent window’s client area.

It is required when either Row (characters) or WdgRow (twips) must be specified

See Also

Row, WdgClass, WdgCol

Field WdgAvailable

“Availability” of a non-current window. Indicates whether and how an end-user can interact with a window when it is not the current window.

Valid Values

An integer code, as shown in the table below:

Code

Meaning

1

Protected (no interaction permitted; window cannot acquire focus)

2

Unprotected (unlimited interaction; window can acquire focus)

3

Guarded (interaction in the non-client area only; window cannot acquire focus)

 

Field DirName

The name of an application directory (Directories); otherwise, the one application directory in which the associated object may exist.

Valid Values

An 18-character string, containing a valid object name

Remarks

In Directories:

DirName is the name assigned to the directory.

In other Object Dictionary entity sets:

In any entity set, the principal object’s DirName must match the DirName of its owner.

If DirName is left blank, the object may exist in any number of application directories.

In DDDescriptions, DirName is where the object being described may be found.

In DisplayForms, DirName is where the owner-display of the associated form may be found.

See Also

ConstName, DDObjectName, DDOwnerName, DisplayName, DocName, EntName, FieldName, FormName, MenuName, OwnerName, RelName, RoleName, SetName, UserName, VarName

Field WdgStyle

The “style” of the particular class and subclass of an object.

Valid Values

An integer code as shown in the tables that follow.

For FormFields

Code

Meaning

“Label” class

1

Text

“Text-entry” class

1

Edit control

“Toggle button” class

1

Check box (square)

2

Radio button (circle)

3

Bitmap (*.bmp files in some windowing environments)

4

Metafile (*.wmf files in some windowing environments)

5

Icon (*.ico files in some windowing environments)

“Push button” class

1

Push button

3

Bitmap (*.bmp files in some windowing environments)

4

Metafile (*.wmf files in some windowing environments)

5

Icon (*.ico files in some windowing environments)

“Menu item” class

1

Text

“Frame” class

1

Standard

“List box” class

1

Always-dropped list

2

Drop-down list

“Combo box” class

1

Always-dropped combo box

2

Drop-down combo box

“Option button group” class

1

Standard

“Image box” class

1

Bit map

2

Icon

3

Metafile

“Graphic” class

1

Line (horizontal)

2

Rectangle

3

Ellipse (or circle)

4

Diamond

5

Rounded rectangle

6

Line (vertical)

7

Negative slope line

8

Positive slope line

“Divider” class

1

Single line

“User message” class

1

Plain text

For Windows

Code

Meaning

0

Borderless

1

Simple

2

Dialog

3

Resizeable

For Menus

Currently unused.

Remarks

Only resizable windows can have menus.

See Also

FT, WdgClass, WdgSubClass

pt_BRPortuguese