Source position: JPL.Dialogs.pas line 30
type TWinStrParams = record |
||
FormCaption: string; |
|
|
FormWidth: Integer; |
|
|
FormHeight: Integer; |
|
|
FormColor: TColor; |
|
|
MemoText: string; |
|
|
MemoBgColor: TColor; |
|
|
MemoFontName: string; |
|
|
MemoFontSize: Integer; |
|
|
MemoFontColor: TColor; |
|
|
MemoMarginLeft: Integer; |
|
|
MemoMarginRight: Integer; |
|
|
MemoMarginTop: Integer; |
|
|
MemoMarginBottom: Integer; |
|
|
MemoHideScrollbars: Boolean; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |