티스토리 뷰

Delphi

function Addr(var X): Pointer;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

Description

Returns a pointer to a specified object.

The Addr function returns the address of a specified object.

X is any variable, procedure, or function identifier.

The result is a pointer to X.

The result of Addr is of the predefined type Pointer, which means that it is assignment-compatible with all pointer types but cannot be dereferenced directly without a typecast.

Note: Addr is equivalent to the @ operator except that it is unaffected by the $T compiler directive.

 

지정된 오브젝트에 대한 포인터를 반환합니다.

Addr 함수는 지정된 오브젝트의 주소를 반환합니다.

X는 임의의 변수, 프로시저 또는 함수 식별자입니다.

결과는 X에 대한 포인터입니다.

Addr의 결과는 사전 정의된 포인터 유형의 결과입니다. , 모든 포인터 유형과 양립 할 수 있지만, 형 변환 없이 직접 역 참조 할 수는 없습니다.

참고: Addr @ 연산자와 동일하지만 $ T 컴파일러 지시어의 영향을 받지 않습니다.

 

predefine 미국·영국 [prì:difáin] 

미리 정의하다

assignment 미국·영국 [ə|saɪnmənt]   영국식   중요

1. 과제, 임무
2.
배정, 배치

compatible 미국·영국 [kəm|pӕtəbl]   영국식   중요

1. 호환이 되는
2.
양립될 수 있는
3. (
두 사람이 생각흥미 등이 비슷하여) 화합할 수 있는

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Addr

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함