@...FRAME DEFINE FRAME Creates a frame control.
|
Creates a frame control.
SYNTAX
Standard Window:
@ <nRow> ,<nCol> FRAME <ControlName>
[ ID <nId> ]
[ OF | PARENT | DIALOG <ParentWindowName> ]
[ CAPTION <cCaption> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
[ BACKCOLOR <aBackColor> ]
[ FONTCOLOR <aFontColor> ]
[ OPAQUE ]
[ TRANSPARENT ]
[ INVISIBLE ]
Dialog Window:
REDEFINE FRAME <ControlName>
ID <nId>
[ OF | PARENT | DIALOG <ParentWindowName> ]
[ CAPTION <cCaption> ]
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
[ BACKCOLOR <aBackColor> ]
[ FONTCOLOR <aFontColor> ]
[ OPAQUE ]
[ TRANSPARENT ]
[ INVISIBLE ]
Alternate Syntax:
DEFINE FRAME <ControlName>
[ ID <nId> ]
[ PARENT <ParentWindowName> ]
COL <nCol>
ROW <nRow>
[ CAPTION <cCaption> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ FONTNAME <cFontname>
[ FONTSIZE <nFontsize> ]
[ FONTBOLD < .T. | .F.> ]
[ FONTITALIC < .T. | .F.> ]
[ FONTUNDERLINE < .T. | .F.> ]
[ FONTSTRIKEOUT < .T. | .F.> ]
[ BACKCOLOR <aBackColor> ]
[ FONTCOLOR <aFontColor> ]
[ OPAQUE < .T. | .F.> ]
[ TRANSPARENT < .T. | .F.> ]
[ INVISIBLE < .T. | .F.> ]
END FRAME
PROPERTIES:
Set / Gets enabled state of a Frame control
| |
Set / Gets visible a Frame control.
| |
Set / Gets row position of a Frame control.
| |
Set / Gets column position of a Frame control.
| |
Set / Gets width of a Frame control.
| |
Set / Gets height of a Frame control.
| |
Set / Gets caption of a Frame control.
| |
Set / Gets Frame control's font name.
| |
Set / Gets Frame control's font size.
| |
Set / Gets Frame control's font bold property
| |
Set / Gets Frame control's font italic property
| |
Set / Gets Frame control's font underline property
| |
Set / Gets Frame control's font strikeout property
| |
Set / Gets the foreground color for text within the Frame
| |
Set / Gets the background color for text within the Frame
| |
Set / Gets Frame control's tooltip text.
| |
Set / Gets the caret position of a Frame control.
| |
Set / Gets user property 'Cargo' for Frame control
| |
Retrieves the name of a Frame control.
| |
· Parent (D)
|
Sets the name as character identifier of the parent window.
|
· Opaque (D)
|
Sets the Frame as not transparent
|
D: Available
at control definition only
R: Read-Only
METHODS:
Shows a Frame control
| |
Hides a Frame control
| |
Releases a Frame control from memory
| |
Save a
Frame control as BitMap file.
|