CodeCharge Studio

PressedButton Run-Time Property (ASP)

Applies to

Record Form, EditableGrid Form

Type

string

Access

read/write

Syntax

object.PressedButton [=value]

Description

This property contains the name of the button pressed to submit the form being processed. This value is only set when operating in postback processing mode (it is not set when navigating page without submit). The name of the button pressed is the same as the record’s member variable handling button requests (if the button name is “Update” there is a record’s member variable Update of type clsButton).

See also

EditMode property


On-line, printable versions and updates