State about Properties and Methods of Objects?

     

    FAQ: WHAT IS BASIC SYNTAX REQUIRED TO USE A PROPERTY (OR) METHOD OF AN OBJECT?

     

     

    In the aforementioned syntax Object represents available objects of VBa

     

    Identifier indicates about any Property or Method

     

    Classify the identifier

     

     

    What is meant by PROPERTY

     

    Property indicates about the character of an Object.

    Property indicates about the appearance and other attributes of an Object.

    Ex:Font, Border, Height, Address ...etc

    Properties are analogous to Nouns.

     

    a Property represents to

     

    1)A numeric Value
    2)Character/String
    3)A True/False String

     

    Syntax of Property

    Object.Property

    Syntax for setting property value

     

    Object.Property=expression

     

     

    Syntax for Returning a property value

     

    Variable = Object.property

    Property of value assinged to variable for further usage

    What is meant by METHOD

     

    Method represents to an Action which performs by object

    Methods are analogous to verbs

     

     

    FAQ: How to segregate Methods and Properties in the available list of Intellisense (dropdown)

     

     

    Differentiate between Objects,Properties and Methods through code

     

     

    Properties and Methods identification in drop down list

     

     

    What is meant by Property\Method of an Object

     

     

    Object Hierarchy - which consists of properties and Methods

     

    Attribute of Property can be:

    Click on below mentioned image to watch video:

    Download the Images along with the coding workbook