Contents  All Classes  Index A-Z  All Units


TTeeCommander.CreateControls
TTeeCommander

procedure CreateControls(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;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.