Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::edit::MakeEditControl Macro
C++
#define MakeEditControl(f,x,y,w,h,id,t,a) SetEditControlPassword( SetEditControlReadOnly( MakeCaptionedControl( f,EDIT_FIELD,x,y,w,h,id,t ) \
    , ( a & EDIT_READONLY)?TRUE:FALSE )   \
    , ( a & EDIT_PASSWORD)?TRUE:FALSE )
Parameters 
Description 
frame to create the control in 
left coordinate of control 
top coordinate of the control 
width of the control 
height of the control 
ID 
an integer to identify the control 
text to initialize the control with 
Attributes - can be one or more of EditControlOptions 

a PSI_CONTROL which is an edit control.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!