CodeCharge Studio

Components Run-Time Property (PHP)

Applies to

Panel

Type

Array

Access

read

Syntax

object->Components

Description

Contains all children of the current panel. Can be used to iterate through all children.

Example

The following example sets Visible property to False for component Label1 inside current container.
$Component->Label1->Visible = false;


On-line, printable versions and updates