operator [] method

TAbstractControl operator [](
  1. int index
)
inherited

Implementation

TAbstractControl operator [](int index) {
  return this.controls[index];
}