GroupBox Help File

GroupBox Help File

Plugin Name:

GroupBox

Current Version:

1.0.0.1

Licence:

Freeware

Author:

Dean Hall (AKA) RizlaUK

Web:

www.luadevils.com

E-mail:

rizlauk@luadevils.com

Requirements:

Requires Win2000 Or Above


Table of Contents

GroupBox.SetText
GroupBox.GetText
GroupBox.SetStyle
GroupBox.GetStyle
GroupBox.SetTextAlign
GroupBox.GetTextAlign
GroupBox.SetTextColor
GroupBox.GetTextColor
GroupBox.SetFont
GroupBox.GetFont

GroupBox.SetText


GroupBox.SetText ( 

(string) ObjectName,

(string) Text )

Description

Sets the title caption.

Parameters

ObjectName

(string) The name of the object.

Text

(string) The new text to display.

Returns

This action dose not return any value.


GroupBox.GetText


(string) GroupBox.GetText ( 

(string) ObjectName )

Description

Gets the title caption.

Parameters

ObjectName

(string) The name of the object.

Returns

(string)


GroupBox.SetStyle


GroupBox.SetStyle ( 

(string) ObjectName,

(number) Style )

Description

Sets frame style.

Parameters

ObjectName

(string) The name of the object.

Style

(number) The new style to set.

CONSTANT

VALUE

DESCRIPTION

STYLE_ETCHED

0

NA

STYLE_BUMP

1

NA

STYLE_RAISED

2

NA

STYLE_SUNKEN

3

NA

STYLE_FLAT

4

NA

STYLE_MONO

5

NA

STYLE_SOFT

6

NA

Returns

This action dose not return any value.


GroupBox.GetStyle


(number) GroupBox.GetStyle ( 

(string) ObjectName )

Description

Gets frame style.

Parameters

ObjectName

(string) The name of the object.

Returns

(number)


GroupBox.SetTextAlign


GroupBox.SetTextAlign ( 

(string) ObjectName,

(number) Align )

Description

Sets the alignment of the caption text.

Parameters

ObjectName

(string) The name of the object.

Align

(number) The alignment of the text.

CONSTANT

VALUE

DESCRIPTION

ALIGN_LEFT

0

NA

ALIGN_CENTER

1

NA

ALIGN_RIGHT

2

NA

Returns

This action dose not return any value.


GroupBox.GetTextAlign


(number) GroupBox.GetTextAlign ( 

(string) ObjectName )

Description

Gets the alignment of the caption text.

Parameters

ObjectName

(string) The name of the object.

Returns

(number)


GroupBox.SetTextColor


GroupBox.SetTextColor ( 

(string) ObjectName,

(number) Color )

Description

Sets the text color.

Parameters

ObjectName

(string) The name of the object.

Color

(number) The color of the text.

Returns

This action dose not return any value.


GroupBox.GetTextColor


(number) GroupBox.GetTextColor ( 

(string) ObjectName )

Description

Gets the text color.

Parameters

ObjectName

(string) The name of the object.

Returns

(number)


GroupBox.SetFont


GroupBox.SetFont ( 

(string) ObjectName,

(string) FontName,

(number) FontSize,

(boolean) Bold = false,

(boolean) Underline = false,

(boolean) Italic = false,

(boolean) Strikeout = false )

Description

Sets the font of the caption text.

Parameters

ObjectName

(string) The name of the object.

FontName

(string) The name of the font.

FontSize

(number) The size of the font.

Bold

(boolean) True if the font should be bold.

Underline

(boolean) True if the font should be underlined.

Italic

(boolean) True if the font should be italic.

Strikeout

(boolean) True if the font should be strikeout.

Returns

This action dose not return any value.


GroupBox.GetFont


(table) GroupBox.GetFont ( 

(string) ObjectName )

Description

Gets the font of the caption text.

Parameters

ObjectName

(string) The name of the object.

Returns

(table)




This File Was Generated With AMS ActionFile Editor