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;