Jim McKeeth just relaunched his weekly Delphi podcast with Nick Hodges. Today, I thought I would show you how to build a FireMonkey app for streaming your podcast.
Visual Controls
Application Title:
TToolbar
TLabel: StyleLookUp = toollabel; Align = Contents
Streaming Controls:
TToolbar
TEdit: Align = Left; Margins Right = 5
TButton: StyleLookUp = stoptoolbutton; Margins Right = 5, Margins Left = 5;
TButton: StyleLookUp = playtoolbutton; Margins Right = 5, Margins ...