| [Overview][Types][Classes][Procedures and functions][Index] | 
Source position: fpg_panel.pas line 320
function CreatePanel(  | 
AOwner: TComponent;  | 
ALeft: TfpgCoord;  | 
ATop: TfpgCoord;  | 
AWidth: TfpgCoord;  | 
AHeight: TfpgCoord;  | 
AText: string;  | 
AStyle: TPanelStyle = bsRaised;  | 
AALignment: TAlignment = taCenter;  | 
ALayout: TLayout = tlCenter;  | 
AMargin: Integer = 2;  | 
ALineSpace: Integer = 2  | 
):TfpgPanel;  |