TIWCGJQFileDownloadDialogOptions Class
Represents type TIWCGJQFileDownloadDialogOptions
.
IWCGJQCommon.TIWCGJSon
IWCGJQDialog.TIWCGJQDialogOptions
IWCGJQFileDownload.TIWCGJQFileDownloadDialogOptions
type TIWCGJQFileDownloadDialogOptions = class(TIWCGJQDialogOptions) end;
The TIWCGJQFileDownloadDialogOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | |
![]() | CreateSingle(TPersistent,string) | Initializes a new instance of the TIWCGJQFileDownloadDialogOptions class. (Overrides TIWCGJSon.CreateSingle(TPersistent,string).) |
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AutoHeight | Make the dialog adjust height based on its content (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | AutoOpen | When autoOpen is true the dialog will open automatically when dialog is called. If false it will stay hidden until .dialog("open") is called on it. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | AutoWidth | Make the dialog adjust wigth based on its content.
| ||||
![]() | Buttons | Buttons list (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | ButtonsAutoFocusFirst | By default, jquery ui framework will set focus on first button. Set to false, to disable this behavior.
| ||||
![]() | CGJSContainer | Represents property | ||||
![]() | ClassData | Represents property | ||||
![]() | Closable | When false, button close[x] will be removed and dialog cannot be closed. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | CloseOnEscape | Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | CloseText | The specified class name(s) will be added to the dialog, for additional theming. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Dialog | Represents property | ||||
![]() | DialogClass | The specified class name(s) will be added to the dialog, for additional theming. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Disabled | Disables (true) or enables (false) the dialog. Can be set when initialising (first creating) the dialog. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Draggable | If set to true, the dialog will be draggable will be draggable by the titlebar. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | DraggableByContent | If set to true, the dialog will be draggable will be draggable by the content. (Note: Property "Draggable" must be false. ) (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | HasDialog | Represents property | ||||
![]() | Height | The height of the dialog, in pixels. Specifying 'auto' is also supported to make the dialog adjust based on its content. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Hide | The effect to be used when the dialog is closed. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | InstList | Represents property | ||||
![]() | IsStored | Represents property | ||||
![]() | JSon | Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.) | ||||
![]() | JSonEvents[string] | Represents property | ||||
![]() | List | Represents property | ||||
![]() | MaxHeight | The maximum height to which the dialog can be resized, in pixels. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | MaxWidth | The maximum width to which the dialog can be resized, in pixels. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | MemberList | Represents property | ||||
![]() | MinHeight | The minimum height to which the dialog can be resized, in pixels. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | MinWidth | The minimum width to which the dialog can be resized, in pixels. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Modal | If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnBeforeClose | This event is triggered when a dialog attempts to close. If the beforeClose event handler (callback function) returns false, the close will be prevented. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnClose | This event is triggered when the dialog is closed. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnCreate | This event is triggered when dialog is created. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnDrag | This event is triggered when the dialog is dragged. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnDragStart | This event is triggered at the beginning of the dialog being dragged. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnDragStop | This event is triggered after the dialog has been dragged. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnFocus | This event is triggered when the dialog gains focus. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnOpen | This event is triggered when dialog is opened. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnResize | This event is triggered when the dialog is resized. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnResizeStart | This event is triggered at the beginning of the dialog being resized. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | OnResizeStop | This event is triggered after the dialog has been resized. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Owner | Represents property | ||||
![]() | Position | Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100]) 3) an array containing x,y position string values (e.g. ['right','top'] for top right corner). (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | PropCount | Represents property | ||||
![]() | PropIndexByName[string] | Represents property | ||||
![]() | PropList | Represents property | ||||
![]() | PropName | Represents property | ||||
![]() | PropNameByIndex[Integer] | Represents property | ||||
![]() | Resizable | If set to true, the dialog will be resizeable. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Show | The effect to be used when the dialog is opened. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | ShowCloseIcon | Show/Hide close[x] button. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | ShowTitle | Show/Hide title bar. (Note: when hidden, close button will hide too.) (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | SObj | Represents property | ||||
![]() | Stack | Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Title | Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | TitleAlign | Title align (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | TitleIcon | Title image (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | TitlePaddingLeft | Title text padding-left, used when have title icon (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | Width | The width of the dialog, in pixels. (Inherited from TIWCGJQDialogOptions.) | ||||
![]() | zIndex | The starting z-index for the dialog. (Inherited from TIWCGJQDialogOptions.) |
Name | Description | |||
---|---|---|---|---|
![]() | AddBooleanMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddColorMember(string,TIWCGColor,Boolean,Boolean) | Represents method | ||
![]() | AddCurrencyMember(string,Currency,Boolean,Boolean) | Represents method | ||
![]() | AddDoubleMember(string,Double,Boolean,Boolean) | Represents method | ||
![]() | AddDynObjListMember(string,Boolean,Boolean) | Represents method | ||
![]() | AddEnumMember(string,string[],Byte,Boolean,Boolean) | Represents method | ||
![]() | AddEnumSetMember(string,string[],Void,Word,Boolean,Boolean) | Represents method | ||
![]() | AddFuncMember(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean) | Represents method | ||
![]() | AddHTML5(TIWHTMLTag) | Represents method | ||
![]() | AddIntegerMember(string,Integer,Boolean,Boolean) | Represents method | ||
![]() | AddJSonMember(string,TCGJSon,Boolean,Boolean) | Represents method | ||
![]() | AddMembers | The procedure add jquery properties.
| ||
![]() | AddObjListMember(string,TIWCGJSonListClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddObjMember(string,TIWCGJSonClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddSimpleArrayMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddStringMember(string,string,Boolean,Boolean) | Represents method | ||
![]() | AddVariantMember(string,Variant,Boolean,Boolean) | Represents method | ||
![]() | AfterConstruction | Represents method | ||
![]() | Assign(TPersistent) | Represents method | ||
![]() | CheckJSonMember(Integer) | Represents method | ||
![]() | Close(Boolean) | Close the dialog. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | CloseIcon(boolean) | Show/Hide Close Icon (Inherited from TIWCGJQDialogOptions.) | ||
![]() | ConvertEnumToString(string) | Represents method | ||
![]() | ConvertSetToString(string,TCGStringArray) | Represents method | ||
![]() | Disable | Disable the dialog. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | Enable | Enable the dialog. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | FreeJSonObj(Integer) | Overloaded. Represents method | ||
![]() | FreeJSonObj(string) | Overloaded. Represents method | ||
![]() | GetBooleanValue(Integer) | Represents method | ||
![]() | GetCGJSContainer | Represents method | ||
![]() | GetColorValue(Integer) | Represents method | ||
![]() | GetCurrencyValue(Integer) | Represents method | ||
![]() | GetCustomJq(string,ISuperObject) | Represents method | ||
![]() | GetDoubleValue(Integer) | Represents method | ||
![]() | GetDynObjListValue(Integer) | Represents method | ||
![]() | GetEnumAsString(Integer) | Represents method | ||
![]() | GetEnumerValue(Integer) | Represents method | ||
![]() | GetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | GetFixedScript(TIWCGJSonFunc,Boolean) | Represents method | ||
![]() | GetFuncValue(Integer) | Represents method | ||
![]() | GetHTMLName | Represents method | ||
![]() | GetImplComponent | Represents method | ||
![]() | GetIntegerValue(Integer) | Represents method | ||
![]() | GetIsStored | Represents method | ||
![]() | GetItemIndex | Represents method | ||
![]() | GetIWCLName | Represents method | ||
![]() | GetJSon | Represents method | ||
![]() | GetJSonByType(Boolean,Boolean) | Represents method | ||
![]() | GetJSonEx(Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() | GetJSonTitleAlignCss | Represents method | ||
![]() | GetJSonValue(Integer) | Represents method | ||
![]() | GetJSonValueObj(Integer) | Represents method | ||
![]() | GetMemberJSon(TCGJSonMember,ISuperObject,Boolean,Boolean,string) | Represents method | ||
![]() | GetMemberSetterHandler(TObject,TCGJSonMember) | Represents method | ||
![]() | GetMemberSetterScriptParts(TIWCGResponseMemberList,TIWCGJScript) | Represents method | ||
![]() | GetMembersJSon(TIWCGResponseMemberList,Boolean,Boolean) | Represents method | ||
![]() | GetObjListValue(Integer) | Represents method | ||
![]() | GetObjValue(Integer) | Represents method | ||
![]() | GetOwner | Represents method | ||
![]() | GetPropName | Represents method | ||
![]() | GetSimpleArrayValue(Integer) | Represents method | ||
![]() | GetStringValue(Integer) | Represents method | ||
![]() | GetVariantValue(Integer) | Represents method | ||
![]() | InternalGetJSon(TEachPropJSonProc,Boolean,Boolean,Void,Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() ![]() | IsArray | Represents method | ||
![]() | IsBooleanStored(Integer) | Represents method | ||
![]() | IsColorStored(Integer) | Represents method | ||
![]() | IsCurrencyStored(Integer) | Represents method | ||
![]() | IsDoubleStored(Integer) | Represents method | ||
![]() | IsEnumerStored(Integer) | Represents method | ||
![]() | IsEnumSetStored(Integer) | Represents method | ||
![]() | IsFuncStored(Integer) | Represents method | ||
![]() | IsIntegerStored(Integer) | Represents method | ||
![]() | IsJSonObjStored(string) | Represents method | ||
![]() | IsJSonStored(Integer) | Represents method | ||
![]() | IsObjStored(Integer) | Represents method | ||
![]() | IsStringStored(Integer) | Represents method | ||
![]() | IsVariantStored(Integer) | Represents method | ||
![]() | JsClose | Returns the JavaScript code to close dialog (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsCloseIcon(boolean) | Show/Hide Javascript code (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsDisable | Returns the JavaScript code to disable dialog (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsEnable | Returns the JavaScript code to enable dialog (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsIsOpen | Returns javasript code if isOpen. Returns true if the dialog is currently open. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsMoveToTop | Returns the JavaScript code to MoveToTop (Inherited from TIWCGJQDialogOptions.) | ||
![]() ![]() | JSonEscape | Represents method | ||
![]() ![]() | JSonIdent | Represents method | ||
![]() ![]() | JSonNameQuote | Represents method | ||
![]() | jsOpen | Returns the JavaScript code to open (Inherited from TIWCGJQDialogOptions.) | ||
![]() | jsWidget | Returns the .ui-dialog element. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | MoveToTop | Move the dialog to the top of the dialogs stack. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | Open(Boolean) | Open the dialog. (Inherited from TIWCGJQDialogOptions.) | ||
![]() | ResetProps | Represents method | ||
![]() | SetBooleanValue(Integer,Boolean) | Represents method | ||
![]() | SetColorValue(Integer,TIWCGColor) | Represents method | ||
![]() | SetCurrencyValue(Integer,Currency) | Represents method | ||
![]() | SetDoubleValue(Integer,Double) | Represents method | ||
![]() | SetDynObjListValue(Integer,TIWCGJSonDynObjList) | Represents method | ||
![]() | SetEnumerValue(Integer,Byte) | Represents method | ||
![]() | SetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | SetFuncValue(Integer,TIWCGJSonFunc) | Represents method | ||
![]() | SetIntegerValue(Integer,Integer) | Represents method | ||
![]() | SetJSonValue(Integer,TCGJSon) | Represents method | ||
![]() | SetObjListValue(Integer,TIWCGJSonList) | Represents method | ||
![]() | SetObjValue(Integer,TIWCGJSon) | Represents method | ||
![]() | SetSimpleArrayValue(Integer,TIWCGJSonSimpleArray) | Represents method | ||
![]() | SetStringValue(Integer,string) | Represents method | ||
![]() | SetVariantValue(Integer,Variant) | Represents method | ||
![]() | StoreProperty(PPropInfo,TObject) | Represents method | ||
![]() | SupportsSetter(TObject,TCGJSonMember) | Represents method |