CodeCharge Studio

getControl Method (Java)

Applies to

Grid Form, EditableGrid Form, Record Form, Directory Form, Page Context, Path Control

Syntax

public Control getControl(java.lang.String name);

Return value

Control - the Control of the given name or null if it does not exist.

Parameters

Name Description
name The Control name

Description

This method finds a Control in a children collection by name.


On-line, printable versions and updates