TabControlError function

void TabControlError(
  1. String s
)

Implementation

void TabControlError(String s)
{
  throw EListError(s);
}