Anyone can tell me what is a module actually?
how it differs from others files?
masakii 0 Newbie Poster
Recommended Answers
Jump to Postvariables and functions that are used throughout your program and on different forms can be stored in modules so that not to rewrite again each time the variables and functions when you need them in a form.
Jump to PostModules are a way to declare objects at one palce and access them globally.
Jump to PostModules are a way to declare objects at one place and access them globally.
yes, absolutely like debasisdas. modules helps u to declared globally function, procedure, variable, etc. so you didn't have to declare them again in every form.
All 9 Replies
cometburn 2 Junior Poster
ryan_vietnow 13 Posting Pro
debasisdas 580 Posting Genius Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
lenn13 0 Newbie Poster
naim_sm 0 Newbie Poster
MuzAfar Bashir 0 Newbie Poster
shivu2303 0 Newbie Poster
rishif2 57 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.