Unit69.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > 15 > Delphi > AsyncConfirm >

Unit69.dfm

object IWForm69: TIWForm69

 Left = 0

 Top = 0

 Width = 687

 Height = 610

 RenderInvisibleControls = True

 AllowPageAccess = True

 ConnectionMode = cmAny

 OnCreate = IWAppFormCreate

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 DesignLeft = 8

 DesignTop = 8

 object IWButton1: TIWButton

 AlignWithMargins = False

 Left = 88

 Top = 80

 Width = 273

 Height = 41

 Caption = 'Do some action with Confirmation'

 Color = clBtnFace

 FriendlyName = 'IWButton1'

 OnAsyncClick = IWButton1AsyncClick

 end

 object IWMemo1: TIWMemo

 AlignWithMargins = False

 Left = 88

 Top = 176

 Width = 521

 Height = 377

 StyleRenderOptions.RenderBorder = False

 BGColor = clNone

 Editable = True

 InvisibleBorder = False

 HorizScrollBar = False

 VertScrollBar = True

 Required = False

 SubmitOnAsyncEvent = True

 FriendlyName = 'IWMemo1'

 end

end