What is GET_BLOCK property?

Options
- Restricted procedure
- Unrestricted procedure
- Library function
- None of the above


CORRECT ANSWER : None of the above

Discussion Board
GET_BLOCK Property

GET_BLOCK property returns information about a specified block. You must issue a call to the built-in once for each property
value you want to retrieve.
Syntax : FUNCTION GET_BLOCK_PROPERTY
(block_id Block,
property NUMBER);
FUNCTION GET_BLOCK_PROPERTY
(block_name VARCHAR2,
property NUMBER);

where,
block_id: The unique ID Form Builder assigned to the block when you created it. Datatype is BLOCK.
block_name: The name you gave the block when you created it. Datatype is VARCHAR2.
property: Specifies various constants to return information about the given block such as, ALL_RECORDS, BLOCKSCROLLBAR_X_POS, COLUMN_SECURITY etc.

Prajakta Pandit 03-1-2017 05:36 AM

Oracle pl/SQl,d2k forms

Very useful

Anitha 09-20-2016 10:17 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement