TabFirst

[property icon] TabFirst

Get first tab object

Read-only Runtime-only OBJECT reference property

Applies to: Tabbed

Introduced in KCML version 6.00


>TabFirst

TabFirst

The TabFirst property returns the first tab page of a tab control as an object. It may be used in conjunction with TabNext to programmatically move through the tabs on a tab control. This method should be used with the tab control but it returns a tab page object.

 LOCAL DIM OBJECT t
 OBJECT t = .tabControl1.TabFirst

See also

Tabbed methods, properties and events.