TTeeCommander.CreateControls
 
 
 

All Units  All Classes  Properties, Methods and Events  

TTeeCommander.CreateControls
TTeeCommander

procedure CreateControls(Const AControls: array of TCommanderControls);

Unit
TeeComma

Description
Creates TeeCommander buttons.

Example

This example replaces the original TeeCommander buttons with Rotate and 3D buttons (and separator line)

procedure TForm1.FormCreate(Sender: TObject);
begin
TeeCommander1.CreateControls([tcbRotate,tcbSeparator,tcb3D]);
end;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.